From: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:48:10 +0000 (+0800) Subject: Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b373d3494c587cf27b31f3dff89a8d96f7d29b9d;p=thirdparty%2FPython%2Fcpython.git Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946) Fix typo in idle.rst --- diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index fabea611e0eb..e547c96b580b 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -204,7 +204,7 @@ New Indent Width Open a dialog to change indent width. The accepted default by the Python community is 4 spaces. -Strip Trailing Chitespace +Strip Trailing Whitespace Remove trailing space and other whitespace characters after the last non-whitespace character of a line by applying str.rstrip to each line, including lines within multiline strings. Except for Shell windows,