瀏覽代碼

Fixes docstring

Mher Movsisyan 12 年之前
父節點
當前提交
7369828d1a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      celery/events/dumper.py

+ 2 - 2
celery/events/dumper.py

@@ -3,8 +3,8 @@
     celery.events.dumper
     ~~~~~~~~~~~~~~~~~~~~
 
-    THis is a simple program that dumps events to the console
-    as they happen.  Think of it like a `tcpdump` for Celery events.
+    This is a simple program that dumps events to the console
+    as they happen. Think of it like a `tcpdump` for Celery events.
 
 """
 from __future__ import absolute_import