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