瀏覽代碼

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

Ask Solem 8 年之前
父節點
當前提交
29530fcdcd
共有 2 個文件被更改,包括 2 次插入2 次删除
  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
 But please note that the default configuration isn't optimized for time nor
 space, see the :ref:`guide-optimizing` guide for more information.
 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?
 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
 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:
 error will be raised:
 
 
 .. code-block:: pycon
 .. code-block:: pycon