Explorar el Código

Fixes rst typo

Ask Solem hace 11 años
padre
commit
a451585690
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Changelog

+ 1 - 1
Changelog

@@ -22,7 +22,7 @@ new in Celery 3.1.
 - ``ResultSet.iterate`` is now pending deprecation.
 
     The implementation is very inefficient and using
-    ``result.get(callback=)`` or ``result.iter_native()` where available
+    ``result.get(callback=)`` (or ``result.iter_native()`` where available)
     is better.
 
 - Worker: The event loop was not properly reinitialized at consumer restart