Skip to content

Commit f0dc845

Browse files
martinwrudolfJulianWgs
authored andcommitted
GH41553 DOC: Fixed docstring of deprecate_nonkeyword_arguments (pandas-dev#41577)
1 parent 04fd848 commit f0dc845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/_decorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def deprecate_nonkeyword_arguments(
267267
268268
Parameters
269269
----------
270-
version : str
270+
version : str, optional
271271
The version in which positional arguments will become
272272
keyword-only. If None, then the warning message won't
273273
specify any particular version.

0 commit comments

Comments
 (0)