Skip to content

Commit 9953971

Browse files
[3.13] Differentiate bitwise OR from the word "or" (GH-132890) (#132891)
Differentiate bitwise OR from the word "or" (GH-132890) (cherry picked from commit 15ff60a) Co-authored-by: Brett Cannon <[email protected]>
1 parent bf6c74d commit 9953971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.monitoring.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ More events may be added in the future.
154154

155155
These events are attributes of the :mod:`!sys.monitoring.events` namespace.
156156
Each event is represented as a power-of-2 integer constant.
157-
To define a set of events, simply bitwise or the individual events together.
157+
To define a set of events, simply bitwise OR the individual events together.
158158
For example, to specify both :monitoring-event:`PY_RETURN` and :monitoring-event:`PY_START`
159159
events, use the expression ``PY_RETURN | PY_START``.
160160

0 commit comments

Comments
 (0)