ソースを参照

Fix typo in TaskManager.start.__doc__

tags/v0.1^2
Ben Kurtovic 12年前
コミット
d0016933f0
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      earwigbot/managers.py

+ 2
- 2
earwigbot/managers.py ファイルの表示

@@ -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))


読み込み中…
キャンセル
保存