Skip to content

Commit fde9850

Browse files
committed
Move comment to top
1 parent 788835e commit fde9850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/test/test_capi/test_module.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# The C functions used by this module are in:
2+
# Modules/_testcapi/module.c
3+
14
import unittest
25
import types
36
from test.support import import_helper, subTests
@@ -15,9 +18,6 @@ class FakeSpec:
1518
'Py_mod_token',
1619
)
1720

18-
# The C functions used by this module are in:
19-
# Modules/_testcapi/module.c
20-
2121
def def_and_token(mod):
2222
return (
2323
_testcapi.pymodule_get_def(mod),

0 commit comments

Comments
 (0)