Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f582bd

Browse files
committed
Whitespace
1 parent 7811a9c commit 5f582bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lib/idlelib/help.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def __init__(self, parent, filename, title):
229229

230230
def copy_strip():
231231
"""Copy idle.html to idlelib/help.html, stripping trailing whitespace.
232-
232+
233233
Files with trailing whitespace cannot be pushed to the hg cpython
234234
repository. For 3.x (on Windows), help.html is generated, after
235235
editing idle.rst in the earliest maintenance version, with
@@ -239,13 +239,13 @@ def copy_strip():
239239
check both the diff and displayed text. Push the diff along with
240240
the idle.rst change and merge both into default (or an intermediate
241241
maintenance version).
242-
242+
243243
When the 'earlist' version gets its final maintenance release,
244244
do an update as described above, without editing idle.rst, to
245245
rebase help.html on the next version of idle.rst. Do not worry
246246
about version changes as version is not displayed. Examine other
247247
changes and the result of Help -> IDLE Help.
248-
248+
249249
If maintenance and default versions of idle.rst diverge, and
250250
merging does not go smoothly, then consider generating
251251
separate help.html files from separate idle.htmls.

0 commit comments

Comments
 (0)