mirror of https://github.com/python/cpython
Quote # as \# to make lib compile again.
This commit is contained in:
parent
37af986ebf
commit
c89061817b
|
@ -362,7 +362,7 @@ example:
|
||||||
|
|
||||||
\begin{productionlist}[doctest]
|
\begin{productionlist}[doctest]
|
||||||
\production{directive}
|
\production{directive}
|
||||||
{"#" "doctest:" \token{on_or_off} \token{directive_name}}
|
{"\#" "doctest:" \token{on_or_off} \token{directive_name}}
|
||||||
\production{on_or_off}
|
\production{on_or_off}
|
||||||
{"+" | "-"}
|
{"+" | "-"}
|
||||||
\production{directive_name}
|
\production{directive_name}
|
||||||
|
|
Loading…
Reference in New Issue