diff options
author | Xtreak <tir.karthi@gmail.com> | 2019-05-24 16:47:48 +0530 |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-05-24 04:17:47 -0700 |
commit | cf7d5ef49b1d28f35af137d23ec1a94f3eae090d (patch) | |
tree | b83a13e97acb7c9ac36e3dcff9742442d5bd4811 | |
parent | c95c93d4eb0519beaa06e6b6e0ecca7c2a58f69c (diff) | |
download | cpython-git-cf7d5ef49b1d28f35af137d23ec1a94f3eae090d.tar.gz |
Fix typo: decription -> description (GH-13543)
-rw-r--r-- | Doc/c-api/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/sys.rst b/Doc/c-api/sys.rst index 2091da6af0..7d870a8d4e 100644 --- a/Doc/c-api/sys.rst +++ b/Doc/c-api/sys.rst @@ -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 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 function's documentation. |