Skip to content

Commit a9c964f

Browse files
[3.14] Docs: Fix a typo in idle.rst (Chitespace -> Whitespace) (GH-140946) (#140953)
Co-authored-by: Yongzi Li <[email protected]>
1 parent 25a2a60 commit a9c964f

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)