mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.13] Docs: Fix a typo in idle.rst (Chitespace -> Whitespace) (GH-140946) (#140954)
Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
This commit is contained in:
parent
5a2bcbd452
commit
e7507967f8
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
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue