Skip to content

Commit e6d2e0e

Browse files
Update Doc/c-api/tuple.rst
Co-authored-by: Victor Stinner <[email protected]>
1 parent 6161535 commit e6d2e0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/c-api/tuple.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ Tuple Objects
6565
is initialized with the new reference to the *one* object.
6666
``PyTuple_MakeSingle(a)`` is equivalent to ``PyTuple_Pack(1, a)``.
6767
68-
.. warning::
69-
70-
*one* must not be ``NULL``.
68+
*one* must not be ``NULL``.
7169
7270
7371
.. c:function:: PyObject* PyTuple_MakePair(PyObject *one, PyObject *two)

0 commit comments

Comments
 (0)