Skip to content

Commit cf7d5ef

Browse files
tirkarthimiss-islington
authored andcommitted
Fix typo: decription -> description (pythonGH-13543)
1 parent c95c93d commit cf7d5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ accessible to C code. They all work with the current interpreter thread's
332332
functions may be called from different runtimes, this pointer should not
333333
refer directly to Python state.
334334
335-
See :pep:`578` for a detailed decription of auditing. Functions in the
335+
See :pep:`578` for a detailed description of auditing. Functions in the
336336
runtime and standard library that raise events include the details in each
337337
function's documentation.
338338

0 commit comments

Comments
 (0)