瀏覽代碼

Fixed rst error in userguide/tasks

Ask Solem 14 年之前
父節點
當前提交
81b1321ded
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/userguide/tasks.rst

+ 1 - 2
docs/userguide/tasks.rst

@@ -374,10 +374,9 @@ For example:
     >>> add.name
     'sum-of-two-numbers'
 
-
 The best practice is to use the module name as a prefix to classify the
 tasks using namespaces.  This way the name won't collide with the name from
-another module::
+another module:
 
 .. code-block:: python