We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
signed_number
1 parent 9684f40 commit 9e079c2Copy full SHA for 9e079c2
Doc/reference/compound_stmts.rst
@@ -841,7 +841,7 @@ A literal pattern corresponds to most
841
: | "None"
842
: | "True"
843
: | "False"
844
- : | `signed_number`: NUMBER | "-" NUMBER
+ signed_number: ["-"] NUMBER
845
846
The rule ``strings`` and the token ``NUMBER`` are defined in the
847
:doc:`standard Python grammar <./grammar>`. Triple-quoted strings are
0 commit comments