Skip to content

Commit f5bab3c

Browse files
Fix docs
1 parent bd7bc3e commit f5bab3c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Doc/c-api/tuple.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ Tuple Objects
6767
6868
.. warning::
6969
70-
*one* must not be ``NULL``. Checking is performed as an assertion
71-
if Python is built in :ref:`debug mode <debug-build>` or
72-
:option:`with assertions <--with-assertions>`.
70+
*one* must not be ``NULL``.
7371
7472
7573
.. c:function:: PyObject* PyTuple_MakePair(PyObject *one, PyObject *two)
@@ -81,9 +79,7 @@ Tuple Objects
8179
8280
.. warning::
8381
84-
*one* and *two* must not be ``NULL``. Checking is performed as an assertion
85-
if Python is built in :ref:`debug mode <debug-build>` or
86-
:option:`with assertions <--with-assertions>`.
82+
*one* and *two* must not be ``NULL``.
8783
8884
8985
.. c:function:: Py_ssize_t PyTuple_Size(PyObject *p)

0 commit comments

Comments
 (0)