Skip to content

Commit 3c0ef7c

Browse files
Remove warning from PyTuple_MakePair docs
1 parent e6d2e0e commit 3c0ef7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Doc/c-api/tuple.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ Tuple Objects
7575
are initialized with the new references to the *one* and *two* objects.
7676
``PyTuple_MakePair(a, b)`` is equivalent to ``PyTuple_Pack(2, a, b)``.
7777
78-
.. warning::
79-
8078
*one* and *two* must not be ``NULL``.
8179
8280

0 commit comments

Comments
 (0)