mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Docs: Fix a typo in idle.rst (Chitespace -> Whitespace) (GH-140946)
Fix typo in idle.rst
This commit is contained in:
parent
478b8dab0b
commit
b373d3494c
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ New Indent Width
|
||||||
Open a dialog to change indent width. The accepted default by the Python
|
Open a dialog to change indent width. The accepted default by the Python
|
||||||
community is 4 spaces.
|
community is 4 spaces.
|
||||||
|
|
||||||
Strip Trailing Chitespace
|
Strip Trailing Whitespace
|
||||||
Remove trailing space and other whitespace characters after the last
|
Remove trailing space and other whitespace characters after the last
|
||||||
non-whitespace character of a line by applying str.rstrip to each line,
|
non-whitespace character of a line by applying str.rstrip to each line,
|
||||||
including lines within multiline strings. Except for Shell windows,
|
including lines within multiline strings. Except for Shell windows,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue