Browse Source

Fix typo in task calling guide

Pavlo Kapyshin 8 years ago
parent
commit
48f0665d75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/userguide/calling.rst

+ 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