Skip to content

Commit

Permalink
Change '|' to 'or' in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Feb 20, 2018
1 parent 6a34d9e commit 4c83659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/util/_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def deprecate_kwarg(old_arg_name, new_arg_name, mapping=None, stacklevel=2):
----------
old_arg_name : str
Name of argument in function to deprecate
new_arg_name : str | None
new_arg_name : str or None
Name of preferred argument in function. Use None to raise warning that
``old_arg_name`` keyword is deprecated.
mapping : dict or callable
Expand Down

0 comments on commit 4c83659

Please sign in to comment.