]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946)
authorYongzi Li <204532581+Yzi-Li@users.noreply.github.com>
Mon, 3 Nov 2025 15:48:10 +0000 (23:48 +0800)
committerGitHub <noreply@github.com>
Mon, 3 Nov 2025 15:48:10 +0000 (16:48 +0100)
Fix typo in idle.rst

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,