Fix typo: decription -> description (GH-13543)

This commit is contained in:
Xtreak 2019-05-24 16:47:48 +05:30 committed by Miss Islington (bot)
parent c95c93d4eb
commit cf7d5ef49b
1 changed files with 1 additions and 1 deletions

View File

@ -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.