Skip to content

Commit e0a3529

Browse files
authored
Update _decorators.py
Fix whitespace
1 parent e4ce188 commit e0a3529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def wrapper(*args, **kwargs):
261261
if pos_args is None:
262262
msg = (
263263
"%s will only accept %i positional arguments in version %s"
264-
) % (func.__name__, n_args,version)
264+
) % (func.__name__, n_args, version)
265265
else:
266266
msg = (
267267
"%s will only accept positional arguments (%s) in version %s"

0 commit comments

Comments
 (0)