Skip to content

Commit 21f911f

Browse files
committed
Merge branch 'document-pytype-weakrefs' of https://github.com/zerointensity/cpython into document-pytype-weakrefs
2 parents dc405c2 + da0a265 commit 21f911f

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
@@ -341,7 +341,7 @@ Type Objects
341341
342342
.. c:function:: int PyType_SUPPORTS_WEAKREFS(PyTypeObject *type)
343343
344-
Return true if instances of *type* supports creating weak references, false
344+
Return true if instances of *type* support creating weak references, false
345345
otherwise. This function always succeeds. *type* must not be ``NULL``.
346346
347347
.. seealso::

0 commit comments

Comments
 (0)