]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946) (#140953)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Nov 2025 08:02:10 +0000 (09:02 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Nov 2025 08:02:10 +0000 (10:02 +0200)
Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
Doc/library/idle.rst

index fabea611e0ebcd9dc9308970d24fd0a0a921274a..e547c96b580bfd58376094b821ae581ac014b65a 100644 (file)
@@ -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,