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

Fix typo in idle.rst
This commit is contained in:
Yongzi Li
2025-11-03 23:48:10 +08:00
committed by GitHub
parent 478b8dab0b
commit b373d3494c

View 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,