Skip to content

Commit 5a3f13b

Browse files
authored
Update bltinmodule.c for min and max
1 parent 30eb1c0 commit 5a3f13b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/bltinmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ builtin_min(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *k
20192019
}
20202020

20212021
PyDoc_STRVAR(min_doc,
2022-
"min(iterable, *[, default=obj, key=func]) -> value\n\
2022+
"min(iterable, /, *[, default=obj, key=func]) -> value\n\
20232023
min(arg1, arg2, *args, *[, key=func]) -> value\n\
20242024
\n\
20252025
With a single iterable argument, return its smallest item. The\n\
@@ -2036,7 +2036,7 @@ builtin_max(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *k
20362036
}
20372037

20382038
PyDoc_STRVAR(max_doc,
2039-
"max(iterable, *[, default=obj, key=func]) -> value\n\
2039+
"max(iterable, /, *[, default=obj, key=func]) -> value\n\
20402040
max(arg1, arg2, *args, *[, key=func]) -> value\n\
20412041
\n\
20422042
With a single iterable argument, return its biggest item. The\n\

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy