Skip to content

Commit da0a265

Browse files
Update type.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 6ef3a96 commit da0a265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Type Objects
329329
330330
.. c:function:: int PyType_SUPPORTS_WEAKREFS(PyTypeObject *type)
331331
332-
Return true if instances of *type* supports creating weak references, false
332+
Return true if instances of *type* support creating weak references, false
333333
otherwise. This function always succeeds. *type* must not be ``NULL``.
334334
335335
.. seealso::

0 commit comments

Comments
 (0)