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 6161535 commit e6d2e0eCopy full SHA for e6d2e0e
Doc/c-api/tuple.rst
@@ -65,9 +65,7 @@ Tuple Objects
65
is initialized with the new reference to the *one* object.
66
``PyTuple_MakeSingle(a)`` is equivalent to ``PyTuple_Pack(1, a)``.
67
68
- .. warning::
69
-
70
- *one* must not be ``NULL``.
+ *one* must not be ``NULL``.
71
72
73
.. c:function:: PyObject* PyTuple_MakePair(PyObject *one, PyObject *two)
0 commit comments