Skip to content

Commit 15ff60a

Browse files
authored
Differentiate bitwise OR from the word "or" (#132890)
1 parent 8e18a9d commit 15ff60a

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
@@ -160,7 +160,7 @@ More events may be added in the future.
160160

161161
These events are attributes of the :mod:`!sys.monitoring.events` namespace.
162162
Each event is represented as a power-of-2 integer constant.
163-
To define a set of events, simply bitwise or the individual events together.
163+
To define a set of events, simply bitwise OR the individual events together.
164164
For example, to specify both :monitoring-event:`PY_RETURN` and :monitoring-event:`PY_START`
165165
events, use the expression ``PY_RETURN | PY_START``.
166166

0 commit comments

Comments
 (0)