Skip to content

Commit b72f2e5

Browse files
vstinnermaurycy
andauthored
Update Include/cpython/tupleobject.h
Co-authored-by: Maurycy Pawłowski-Wieroński <5383+maurycy@users.noreply.github.com>
1 parent e5a4e4e commit b72f2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/tupleobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ PyAPI_FUNC(PyObject*) PyTuple_FromArray(
4343
PyObject *const *array,
4444
Py_ssize_t size);
4545

46-
// --- Public PyUnicodeWriter API --------------------------------------------
46+
// --- Public PyTupleWriter API --------------------------------------------
4747

4848
typedef struct PyTupleWriter {
4949
char _reserved[sizeof(Py_uintptr_t) * 20];

0 commit comments

Comments
 (0)