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.
1 parent a8db993 commit e0c6f50Copy full SHA for e0c6f50
Lib/pydoc_data/topics.py
@@ -919,7 +919,7 @@ class and instance attributes applies as for regular assignments.
919
levels, one for multiplicative operators and one for additive
920
operators:
921
922
- m_expr: u_expr | m_expr "*" u_expr | m_expr "@" u_expr |
+ m_expr: u_expr | m_expr "*" u_expr | m_expr "@" m_expr |
923
m_expr "//" u_expr | m_expr "/" u_expr |
924
m_expr "%" u_expr
925
a_expr: m_expr | a_expr "+" m_expr | a_expr "-" m_expr
0 commit comments