Selaa lähdekoodia

Change typo success() -> successful(). Thanks to buss

Ask Solem 16 vuotta sitten
vanhempi
commit
8798934dd4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      README

+ 1 - 1
README

@@ -258,7 +258,7 @@ So, let's execute the task again, but this time we'll keep track of the task:
     42
     42
     >>> result.result
     >>> result.result
     42
     42
-    >>> result.success() # returns True if the task didn't end in failure.
+    >>> result.successful() # returns True if the task didn't end in failure.
     True
     True