Skip to content

Commit

Permalink
Update _decorators.py
Browse files Browse the repository at this point in the history
Fix whitespace
  • Loading branch information
alexitkes authored Jul 28, 2019
1 parent e4ce188 commit e0a3529
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 @@ -261,7 +261,7 @@ def wrapper(*args, **kwargs):
if pos_args is None:
msg = (
"%s will only accept %i positional arguments in version %s"
) % (func.__name__, n_args,version)
) % (func.__name__, n_args, version)
else:
msg = (
"%s will only accept positional arguments (%s) in version %s"
Expand Down

0 comments on commit e0a3529

Please sign in to comment.