Skip to content

Commit 7c0eaa4

Browse files
Fix indentation for PyTuple_MakePair docs
1 parent 270141b commit 7c0eaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/tuple.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Tuple Objects
7575
are initialized with new references to the *one* and *two* objects.
7676
``PyTuple_MakePair(a, b)`` is equivalent to ``PyTuple_Pack(2, a, b)``.
7777
78-
*one* and *two* must not be ``NULL``.
78+
*one* and *two* must not be ``NULL``.
7979
8080
8181
.. c:function:: Py_ssize_t PyTuple_Size(PyObject *p)

0 commit comments

Comments
 (0)