Skip to content

Commit c1742a6

Browse files
picnixzskirpichev
andauthored
align signature style
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
1 parent ba2e77c commit c1742a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/math.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Floating point arithmetic
249249
.. versionadded:: 3.13
250250

251251

252-
.. function:: fmax(x, y, /)
252+
.. function:: fmax(x, y)
253253

254254
Get the larger of two floating-point values, treating NaNs as missing data.
255255

@@ -261,7 +261,7 @@ Floating point arithmetic
261261
.. versionadded:: next
262262

263263

264-
.. function:: fmin(x, y, /)
264+
.. function:: fmin(x, y)
265265

266266
Get the smaller of two floating-point values, treating NaNs as missing data.
267267

0 commit comments

Comments
 (0)