Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c7bef374
Commit
c7bef374
authored
Apr 19, 2008
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
:func: et al. should *not* include the parens.
parent
2fb8a536
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/documenting/markup.rst
Doc/documenting/markup.rst
+3
-3
No files found.
Doc/documenting/markup.rst
View file @
c7bef374
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment