[Python-checkins] Fix typo: decription -> description (GH-13543)

Miss Islington (bot) webhook-mailer at python.org
Fri May 24 07:17:54 EDT 2019


https://github.com/python/cpython/commit/cf7d5ef49b1d28f35af137d23ec1a94f3eae090d
commit: cf7d5ef49b1d28f35af137d23ec1a94f3eae090d
branch: master
author: Xtreak <tir.karthi at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-05-24T04:17:47-07:00
summary:

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

files:
M Doc/c-api/sys.rst

diff --git a/Doc/c-api/sys.rst b/Doc/c-api/sys.rst
index 2091da6af0be..7d870a8d4e4a 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.
 



More information about the Python-checkins mailing list