We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ce188 commit e0a3529Copy full SHA for e0a3529
pandas/util/_decorators.py
@@ -261,7 +261,7 @@ def wrapper(*args, **kwargs):
261
if pos_args is None:
262
msg = (
263
"%s will only accept %i positional arguments in version %s"
264
- ) % (func.__name__, n_args,version)
+ ) % (func.__name__, n_args, version)
265
else:
266
267
"%s will only accept positional arguments (%s) in version %s"
0 commit comments