Skip to content

Commit 5800fad

Browse files
committed
Trim tail space
1 parent a60511d commit 5800fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 all the 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)