Skip to content

Commit 48db59e

Browse files
Reduce diff
1 parent 86f19cf commit 48db59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/internal/pycore_unicodeobject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ PyAPI_FUNC(PyObject*) _PyUnicode_TransformDecimalAndSpaceToASCII(
274274
/* --- Methods & Slots ---------------------------------------------------- */
275275

276276
PyAPI_FUNC(PyObject*) _PyUnicode_JoinArray(
277-
PyObject * separator,
278-
PyObject *const * items,
277+
PyObject *separator,
278+
PyObject *const *items,
279279
Py_ssize_t seqlen
280280
);
281281

0 commit comments

Comments
 (0)