Skip to content

Commit b373d34

Browse files
authored
Docs: Fix a typo in idle.rst (Chitespace -> Whitespace) (pythonGH-140946)
Fix typo in idle.rst
1 parent 478b8da commit b373d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/idle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ New Indent Width
204204
Open a dialog to change indent width. The accepted default by the Python
205205
community is 4 spaces.
206206

207-
Strip Trailing Chitespace
207+
Strip Trailing Whitespace
208208
Remove trailing space and other whitespace characters after the last
209209
non-whitespace character of a line by applying str.rstrip to each line,
210210
including lines within multiline strings. Except for Shell windows,

0 commit comments

Comments
 (0)