Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9566de1 commit eb9a9b6Copy full SHA for eb9a9b6
1 file changed
Lib/warnings.py
@@ -12,7 +12,7 @@ def showwarning(message, category, filename, lineno, file=None, line=None):
12
if file is None:
13
file = sys.stderr
14
15
- # sys.stderr is None when ran with pythonw.exe - warnings get lost
+ # sys.stderr is None when run with pythonw.exe - warnings get lost
16
return
17
try:
18
file.write(formatwarning(message, category, filename, lineno, line))
0 commit comments