mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
kill merged line
This commit is contained in:
parent
308d637c94
commit
f38a69f979
1 changed files with 0 additions and 1 deletions
|
@ -8822,7 +8822,6 @@ static PyMethodDef unicode_methods[] = {
|
|||
{"ljust", (PyCFunction) unicode_ljust, METH_VARARGS, ljust__doc__},
|
||||
{"lower", (PyCFunction) unicode_lower, METH_NOARGS, lower__doc__},
|
||||
{"lstrip", (PyCFunction) unicode_lstrip, METH_VARARGS, lstrip__doc__},
|
||||
/* {"maketrans", (PyCFunction) unicode_maketrans, METH_VARARGS, maketrans__doc__}, */
|
||||
{"rfind", (PyCFunction) unicode_rfind, METH_VARARGS, rfind__doc__},
|
||||
{"rindex", (PyCFunction) unicode_rindex, METH_VARARGS, rindex__doc__},
|
||||
{"rjust", (PyCFunction) unicode_rjust, METH_VARARGS, rjust__doc__},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue