Procházet zdrojové kódy

[docs] fixes rst markup error

Ask Solem před 9 roky
rodič
revize
bf49104517
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1 1
      docs/userguide/signals.rst
  2. 1 0
      funtests/stress/stress/app.py

+ 1 - 1
docs/userguide/signals.rst

@@ -109,7 +109,7 @@ Provides arguments:
 * declare
 
     List of entities (:class:`~kombu.Exchange`,
-    :class:`~kombu.Queue` or :class:~`kombu.binding` to declare before
+    :class:`~kombu.Queue` or :class:`~kombu.binding` to declare before
     publishing the message.  Can be modified.
 
 * retry_policy

+ 1 - 0
funtests/stress/stress/app.py

@@ -73,6 +73,7 @@ def _marker(s, sep='-'):
 
 @app.task
 def add(x, y):
+    add.delay(x + x, y + y)
     return x + y