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 4dab332 commit d355c62Copy full SHA for d355c62
Doc/c-api/set.rst
@@ -179,7 +179,7 @@ Deprecated API
179
This is documented solely for completeness, as there are no guarantees
180
that a given version of CPython uses preallocated tables with a fixed
181
size.
182
- In code that does not deal with unstable set internals,
+ In code that does not deal with unstable set internals,
183
:c:macro:`!PySet_MINSIZE` can be replaced with a small constant like ``8``.
184
185
If looking for the size of a set, use :c:func:`PySet_Size` instead.
0 commit comments