Explorar o código

Fix code in userguide/tasks.rst (#3467)

mozillazg %!s(int64=8) %!d(string=hai) anos
pai
achega
7b06ba87f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
docs/userguide/tasks.rst

@@ -1631,7 +1631,7 @@ re-fetch the article in the task body:
 
 .. code-block:: pycon
 
-    >>> expand_abbreviations(article_id)
+    >>> expand_abbreviations.delay(article_id)
 
 There might even be performance benefits to this approach, as sending large
 messages may be expensive.