Skip to content

Commit dcfba00

Browse files
committed
Update comment
1 parent 46fa563 commit dcfba00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Lib/test/test_ctypes/test_values.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class PythonValuesTestCase(unittest.TestCase):
7575

7676
def test_version_var(self):
7777
# This test accesses the Py_Version integer, which is
78-
# exported by the Python dll and should match the sys.flags value
78+
# exported by the Python dll and should match the sys.hexversion value
7979

8080
version = c_int.in_dll(pythonapi, "Py_Version").value
8181
self.assertEqual(version, sys.hexversion)

0 commit comments

Comments
 (0)