]> granicus.if.org Git - python/commitdiff
:func: et al. should *not* include the parens.
authorGeorg Brandl <georg@python.org>
Sat, 19 Apr 2008 17:00:14 +0000 (17:00 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Apr 2008 17:00:14 +0000 (17:00 +0000)
Doc/documenting/markup.rst

index f3a82370df1c50d3286513a1349f64d32042420f..7cf89b0577ef1dd493a577308740930683a2da43 100644 (file)
@@ -319,8 +319,8 @@ a matching identifier is found:
 .. describe:: func
 
    The name of a Python function; dotted names may be used.  The role text
-   should include trailing parentheses to enhance readability.  The parentheses
-   are stripped when searching for identifiers.
+   should not include trailing parentheses to enhance readability.  The
+   parentheses are stripped when searching for identifiers.
 
 .. describe:: data
 
@@ -338,7 +338,7 @@ a matching identifier is found:
 .. describe:: meth
 
    The name of a method of an object.  The role text should include the type
-   name, method name and the trailing parentheses.  A dotted name may be used.
+   name and the method name.  A dotted name may be used.
 
 .. describe:: attr