Skip to content

Commit 55fafed

Browse files
Add missing period
1 parent d59d134 commit 55fafed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_no_FatalError_infinite_loop(self):
109109
else:
110110
msg = ("Fatal Python error: PyThreadState_Get: "
111111
"the function must be called with an active thread state, "
112-
"after Python initialization and before Python finalization, but the thread state is NULL "
112+
"after Python initialization and before Python finalization, but the thread state is NULL. "
113113
"(are you trying to call the C API inside of a Py_BEGIN_ALLOW_THREADS block?)").encode()
114114
self.assertTrue(err.rstrip().startswith(msg),
115115
err)

0 commit comments

Comments
 (0)