Explorar el Código

Fix typo in TaskManager.start.__doc__

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
d0016933f0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      earwigbot/managers.py

+ 2
- 2
earwigbot/managers.py Ver fichero

@@ -230,8 +230,8 @@ class TaskManager(_ResourceManager):
"""Start a given task in a new daemon thread, and return the thread.

kwargs are passed to :py:meth:`task.run() <earwigbot.tasks.Task.run>`.
If the task is not found, ``None`` will be returned an an error is
logged.
If the task is not found, ``None`` will be returned and an error will
be logged.
"""
msg = "Starting task '{0}' in a new thread"
self.logger.info(msg.format(task_name))


Cargando…
Cancelar
Guardar