Skip to content

Commit e0c6f50

Browse files
Update Lib/pydoc_data/topics.py
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent a8db993 commit e0c6f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pydoc_data/topics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ class and instance attributes applies as for regular assignments.
919919
levels, one for multiplicative operators and one for additive
920920
operators:
921921

922-
m_expr: u_expr | m_expr "*" u_expr | m_expr "@" u_expr |
922+
m_expr: u_expr | m_expr "*" u_expr | m_expr "@" m_expr |
923923
m_expr "//" u_expr | m_expr "/" u_expr |
924924
m_expr "%" u_expr
925925
a_expr: m_expr | a_expr "+" m_expr | a_expr "-" m_expr

0 commit comments

Comments
 (0)