mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix uses of the default role.
This commit is contained in:
parent
ae24e7b5a2
commit
e92818f58c
11 changed files with 75 additions and 77 deletions
|
|
@ -599,7 +599,7 @@ units as well as normal text:
|
|||
Example::
|
||||
|
||||
.. versionadded:: 2.5
|
||||
The `spam` parameter.
|
||||
The *spam* parameter.
|
||||
|
||||
Note that there must be no blank line between the directive head and the
|
||||
explanation; this is to make these blocks visually continuous in the markup.
|
||||
|
|
@ -760,7 +760,7 @@ the definition of the symbol. There is this directive:
|
|||
Blank lines are not allowed within ``productionlist`` directive arguments.
|
||||
|
||||
The definition can contain token names which are marked as interpreted text
|
||||
(e.g. ``sum ::= `integer` "+" `integer```) -- this generates cross-references
|
||||
(e.g. ``unaryneg ::= "-" `integer```) -- this generates cross-references
|
||||
to the productions of these tokens.
|
||||
|
||||
Note that no further reST parsing is done in the production, so that you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue