Skip to content

Commit e14193d

Browse files
aisktomasr8
andauthored
Fix typos
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
1 parent 71d7cc7 commit e14193d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_msvcrt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_SetErrorMode(self):
122122
old = msvcrt.SetErrorMode(0)
123123
msvcrt.SetErrorMode(old)
124124

125-
@unittest.skipUnless(Py_DEBUG, "only avialable under debug build")
125+
@unittest.skipUnless(Py_DEBUG, "only available under debug build")
126126
def test_set_error_mode(self):
127127
old = msvcrt.set_error_mode(msvcrt.OUT_TO_STDERR)
128128
msvcrt.set_error_mode(old)

0 commit comments

Comments
 (0)