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

Skip to content

Commit d916142

Browse files
author
Skip Montanaro
committed
whitespace normalization
1 parent a146fea commit d916142

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/idlelib/PyShell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,8 @@ def get_standard_extension_names(self):
834834
closing = False
835835

836836
def set_warning_stream(self, stream):
837-
global warning_stream
838-
warning_stream = stream
837+
global warning_stream
838+
warning_stream = stream
839839

840840
def get_warning_stream(self):
841841
return warning_stream

0 commit comments

Comments
 (0)