Skip to content

Commit 08b39a4

Browse files
committed
fix : trimming whitespace removed.
1 parent 2632257 commit 08b39a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ def g():
18381838
except:
18391839
next(i)
18401840
next(i)
1841-
1841+
18421842
def test_OSError_errno_error_message(self):
18431843
#from PR 14988
18441844
filename = '__non-existent__'

0 commit comments

Comments
 (0)