From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 4 Nov 2025 08:02:10 +0000 (+0100) Subject: [3.14] Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946) (#140953) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9c964f3686adaee27c23eaadd79cfd8ffb287f5;p=thirdparty%2FPython%2Fcpython.git [3.14] Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946) (#140953) Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com> --- 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,