Selaa lähdekoodia

Merge branch 'master' of github.com:celery/celery

Ask Solem 8 vuotta sitten
vanhempi
commit
29530fcdcd
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      docs/faq.rst
  2. 1 1
      docs/userguide/calling.rst

+ 1 - 1
docs/faq.rst

@@ -139,7 +139,7 @@ performance.
 But please note that the default configuration isn't optimized for time nor
 space, see the :ref:`guide-optimizing` guide for more information.
 
-.. _faq-serializion-is-a-choice:
+.. _faq-serialization-is-a-choice:
 
 Is Celery dependent on pickle?
 ------------------------------

+ 1 - 1
docs/userguide/calling.rst

@@ -304,7 +304,7 @@ Connection Error Handling
 =========================
 
 When you send a task and the message transport connection is lost, or
-the connection cannot be iniated, an :exc:`~kombu.exceptions.OperationalError`
+the connection cannot be initiated, an :exc:`~kombu.exceptions.OperationalError`
 error will be raised:
 
 .. code-block:: pycon