mirror of
https://github.com/python/cpython.git
synced 2025-11-04 11:49:12 +00:00
Fix typo: decription -> description (GH-13543)
This commit is contained in:
parent
c95c93d4eb
commit
cf7d5ef49b
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ accessible to C code. They all work with the current interpreter thread's
|
||||||
functions may be called from different runtimes, this pointer should not
|
functions may be called from different runtimes, this pointer should not
|
||||||
refer directly to Python state.
|
refer directly to Python state.
|
||||||
|
|
||||||
See :pep:`578` for a detailed decription of auditing. Functions in the
|
See :pep:`578` for a detailed description of auditing. Functions in the
|
||||||
runtime and standard library that raise events include the details in each
|
runtime and standard library that raise events include the details in each
|
||||||
function's documentation.
|
function's documentation.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue