Skip to content

Commit 420c7ef

Browse files
Apply suggestion to wording from sterliakov
Co-authored-by: Stanislav Terliakov <[email protected]>
1 parent 2a7f116 commit 420c7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/test-data/run-tuples.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ if sys.version_info >= (3, 14):
143143
# on Windows.
144144
msg = 'Missing "test" module.'
145145
if sys.platform == "win32":
146-
msg += (' Please install a version of Python with the test module'
147-
' by running pymanager install --force PythonTest\\<version>')
146+
msg += (' Please install a version of Python with the test module.'
147+
' If you are using pymanager, try running pymanager install --force PythonTest\\<version>')
148148
raise ImportError(msg) from e
149149

150150
if not HAVE_TEST:

0 commit comments

Comments
 (0)