소스 검색

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