Skip to content

Commit 4c83659

Browse files
author
eric
committed
Change '|' to 'or' in docs.
1 parent 6a34d9e commit 4c83659

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
@@ -65,7 +65,7 @@ def deprecate_kwarg(old_arg_name, new_arg_name, mapping=None, stacklevel=2):
6565
----------
6666
old_arg_name : str
6767
Name of argument in function to deprecate
68-
new_arg_name : str | None
68+
new_arg_name : str or None
6969
Name of preferred argument in function. Use None to raise warning that
7070
``old_arg_name`` keyword is deprecated.
7171
mapping : dict or callable

0 commit comments

Comments
 (0)