diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-10-05 14:17:18 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-10-05 14:17:18 (GMT) |
commit | 07fbbfde1b300369b4f8d1cfb80045fbb23b7091 (patch) | |
tree | 22b0c9ff108a70fb54acef879c3ee66ed29452f6 /Lib/bdb.py | |
parent | 7a7693e9cb12e5571c76331db56a28eef9acb6e0 (diff) | |
download | cpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.zip cpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.tar.gz cpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.tar.bz2 |
bpo-34906: Doc: Fix typos (GH-9712)
Diffstat (limited to 'Lib/bdb.py')
-rw-r--r-- | Lib/bdb.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ class Bdb: return: A function or other code block is about to return. exception: An exception has occurred. c_call: A C function is about to be called. - c_return: A C functon has returned. + c_return: A C function has returned. c_exception: A C function has raised an exception. For the Python events, specialized functions (see the dispatch_*() |