Skip to content

Commit 8bfd968

Browse files
committed
Remove 'Python' from docs which previously distinguishing from c events
1 parent c8965ff commit 8bfd968

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/bdb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The :mod:`bdb` module also defines two classes:
193193
* ``"return"``: A function or other code block is about to return.
194194
* ``"exception"``: An exception has occurred.
195195

196-
For the Python events, specialized functions (see below) are called.
196+
For all the events, specialized functions (see below) are called.
197197

198198
The *arg* parameter depends on the previous event.
199199

Lib/bdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def trace_dispatch(self, frame, event, arg):
268268
return: A function or other code block is about to return.
269269
exception: An exception has occurred.
270270
271-
For the Python events, specialized functions (see the dispatch_*()
271+
For all the events, specialized functions (see the dispatch_*()
272272
methods) are called.
273273
274274
The arg parameter depends on the previous event.

0 commit comments

Comments
 (0)