mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Quote # as \# to make lib compile again.
This commit is contained in:
parent
37af986ebf
commit
c89061817b
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ example:
|
|||
|
||||
\begin{productionlist}[doctest]
|
||||
\production{directive}
|
||||
{"#" "doctest:" \token{on_or_off} \token{directive_name}}
|
||||
{"\#" "doctest:" \token{on_or_off} \token{directive_name}}
|
||||
\production{on_or_off}
|
||||
{"+" | "-"}
|
||||
\production{directive_name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue