https://github.com/python/cpython/commit/e7507967f8ff82a1625dfa2c165f52c365fd404e commit: e7507967f8ff82a1625dfa2c165f52c365fd404e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-04T10:02:17+02:00 summary:
[3.13] Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946) (#140954) Co-authored-by: Yongzi Li <[email protected]> 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]
