Skip to content

Commit d355c62

Browse files
Fix trailing space
1 parent 4dab332 commit d355c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/set.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Deprecated API
179179
This is documented solely for completeness, as there are no guarantees
180180
that a given version of CPython uses preallocated tables with a fixed
181181
size.
182-
In code that does not deal with unstable set internals,
182+
In code that does not deal with unstable set internals,
183183
:c:macro:`!PySet_MINSIZE` can be replaced with a small constant like ``8``.
184184
185185
If looking for the size of a set, use :c:func:`PySet_Size` instead.

0 commit comments

Comments
 (0)