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 15bf260 commit 9de8961Copy full SHA for 9de8961
Doc/reference/lexical_analysis.rst
@@ -1381,7 +1381,7 @@ is also available in the :mod:`!token` module documentation.
1381
| "..."
1382
1383
arithmetic_operator: "+" | "-" | "*" | "**" | "/" | "//" | "%"
1384
- bitwise_operator: "&" | "^" | "~" | "<<" | ">>"
+ bitwise_operator: "&" | "|" | "^" | "~" | "<<" | ">>"
1385
assignment_operator: "+=" | "-=" | "*=" | "**=" | "/=" | "//=" | "%=" |
1386
"&=" | "|=" | "^=" | "<<=" | ">>=" | "@=" | ":="
1387
comparison_operator: "<" | ">" | "<=" | ">=" | "==" | "!="
0 commit comments