Skip to content

Commit 43da594

Browse files
bswckAgent-Hellboy
authored andcommitted
pythongh-137440: Update comment in Python/hamt.c on importing for testing (pythonGH-137441)
Switch from `_testcapi` to `_testinternalcapi`.
1 parent eaf36dd commit 43da594

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)