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

Skip to content

Commit 4d82ade

Browse files
committed
whitespace
1 parent da4c467 commit 4d82ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/PyShell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def transfer_path(self, with_cwd=False):
494494
path.extend(sys.path)
495495
else:
496496
path = sys.path
497-
497+
498498
self.runcommand("""if 1:
499499
import sys as _sys
500500
_sys.path = %r

0 commit comments

Comments
 (0)