8000 Update functions.rst · python/cpython@adb9a1b · GitHub
[go: up one dir, main page]

Skip to content

Commit adb9a1b

Browse files
committed
Update functions.rst
1 parent 1dc6dec commit adb9a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ are always available. They are listed here in alphabetical order.
12591259

12601260

12611261
.. function:: min(iterable, /, *, key=None)
1262-
min(iterable, *, default, key=None)
1262+
min(iterable, /, *, default, key=None)
12631263
min(arg1, arg2, *args, key=None)
12641264
12651265
Return the smallest item in an iterable or the smallest of two or more

0 commit comments

Comments
 (0)
0