We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6c74d commit 9953971Copy full SHA for 9953971
Doc/library/sys.monitoring.rst
@@ -154,7 +154,7 @@ More events may be added in the future.
154
155
These events are attributes of the :mod:`!sys.monitoring.events` namespace.
156
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.
+To define a set of events, simply bitwise OR the individual events together.
158
For example, to specify both :monitoring-event:`PY_RETURN` and :monitoring-event:`PY_START`
159
events, use the expression ``PY_RETURN | PY_START``.
160
0 commit comments