Skip to content

Commit 7ab68cd

Browse files
authored
gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441)
Switch from `_testcapi` to `_testinternalcapi`.
1 parent baefaa6 commit 7ab68cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/hamt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ Debug
256256
=====
257257
258258
The HAMT datatype is accessible for testing purposes under the
259-
`_testcapi` module:
259+
`_testinternalcapi` module:
260260
261-
>>> from _testcapi import hamt
261+
>>> from _testinternalcapi import hamt
262262
>>> h = hamt()
263263
>>> h2 = h.set('a', 2)
264264
>>> h3 = h2.set('b', 3)

0 commit comments

Comments
 (0)