Browse Source

Merge pull request #3352 from PavloKapyshin/master

Fix typos
Dmitry Malinovsky 8 years ago
parent
commit
ad966b2d7d
2 changed files with 2 additions and 2 deletions
  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