From 2e58a85fbed03538b0ee0ce62c2a0b5bad8074f5 Mon Sep 17 00:00:00 2001 From: Karthikeyan Singaravelan Date: Fri, 24 May 2019 16:16:14 +0530 Subject: [PATCH] Fix typo: decription -> description --- Doc/c-api/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/sys.rst b/Doc/c-api/sys.rst index 2091da6af0be53..7d870a8d4e4a71 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.