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 c2428ca commit 7ff65c1Copy full SHA for 7ff65c1
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