We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baefaa6 commit 7ab68cdCopy full SHA for 7ab68cd
1 file changed
Python/hamt.c
@@ -256,9 +256,9 @@ Debug
256
=====
257
258
The HAMT datatype is accessible for testing purposes under the
259
-`_testcapi` module:
+`_testinternalcapi` module:
260
261
- >>> from _testcapi import hamt
+ >>> from _testinternalcapi import hamt
262
>>> h = hamt()
263
>>> h2 = h.set('a', 2)
264
>>> h3 = h2.set('b', 3)
0 commit comments