Explorar el Código

Merge pull request #2634 from pavlov99/master

Fix typo: rason -> rEason.
Dmitry Malinovsky hace 10 años
padre
commit
6b9bfa7a49
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/userguide/workers.rst

+ 1 - 1
docs/userguide/workers.rst

@@ -318,7 +318,7 @@ the `terminate` option is set.
     a task is stuck.  It's not for terminating the task,
     a task is stuck.  It's not for terminating the task,
     it's for terminating the process that is executing the task, and that
     it's for terminating the process that is executing the task, and that
     process may have already started processing another task at the point
     process may have already started processing another task at the point
-    when the signal is sent, so for this rason you must never call this
+    when the signal is sent, so for this reason you must never call this
     programatically.
     programatically.
 
 
 If `terminate` is set the worker child process processing the task
 If `terminate` is set the worker child process processing the task