Explorar o código

Fixed rst error in userguide/tasks

Ask Solem %!s(int64=14) %!d(string=hai) anos
pai
achega
81b1321ded
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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