Skip to content

Commit 75f9d6f

Browse files
authored
Tweak phrasing
1 parent 4284e06 commit 75f9d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.monitoring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Callback function arguments
355355
that there are no arguments to the call.
356356

357357
When an active event occurs, the registered callback function is called.
358-
Callback functions returning any object other than :data:`DISABLE` will have no effect.
358+
Callback functions returning an object other than :data:`DISABLE` will have no effect.
359359
Different events will provide the callback function with different arguments, as follows:
360360

361361
* :monitoring-event:`PY_START` and :monitoring-event:`PY_RESUME`::

0 commit comments

Comments
 (0)