https://github.com/python/cpython/commit/b373d3494c587cf27b31f3dff89a8d96f7d29b9d
commit: b373d3494c587cf27b31f3dff89a8d96f7d29b9d
branch: main
author: Yongzi Li <[email protected]>
committer: encukou <[email protected]>
date: 2025-11-03T16:48:10+01:00
summary:

Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946)

Fix typo in idle.rst

files:
M Doc/library/idle.rst

diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index fabea611e0ebcd..e547c96b580bfd 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,

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to