Fix typo: decription -> description (GH-13543)
authorXtreak <tir.karthi@gmail.com>
Fri, 24 May 2019 11:17:48 +0000 (16:47 +0530)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 May 2019 11:17:47 +0000 (04:17 -0700)
Doc/c-api/sys.rst

index 2091da6af0be5350304bd2cb159437da9ee7024d..7d870a8d4e4a71ebebf223ec18dfaf490caf1bde 100644 (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
    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.