Skip to content

Commit 4055d1b

Browse files
Clinic again.
1 parent b0f1da5 commit 4055d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12579,7 +12579,7 @@ If count is not specified or -1, then all occurrences are replaced.
1257912579
static PyObject *
1258012580
unicode_replace_impl(PyObject *self, PyObject *old, PyObject *new,
1258112581
Py_ssize_t count)
12582-
/*[clinic end generated code: output=b63f1a8b5eebf448 input=92ae6270a91fd5da]*/
12582+
/*[clinic end generated code: output=b63f1a8b5eebf448 input=d15a6886b05e2edc]*/
1258312583
{
1258412584
return replace(self, old, new, count);
1258512585
}

0 commit comments

Comments
 (0)