From: Xtreak Date: Fri, 24 May 2019 11:17:48 +0000 (+0530) Subject: Fix typo: decription -> description (GH-13543) X-Git-Tag: v3.8.0b1~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf7d5ef49b1d28f35af137d23ec1a94f3eae090d;p=thirdparty%2FPython%2Fcpython.git Fix typo: decription -> description (GH-13543) --- 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.