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 6ef3a96 commit da0a265Copy full SHA for da0a265
Doc/c-api/type.rst
@@ -329,7 +329,7 @@ Type Objects
329
330
.. c:function:: int PyType_SUPPORTS_WEAKREFS(PyTypeObject *type)
331
332
- Return true if instances of *type* supports creating weak references, false
+ Return true if instances of *type* support creating weak references, false
333
otherwise. This function always succeeds. *type* must not be ``NULL``.
334
335
.. seealso::
0 commit comments