Skip to content

Commit 9cb5679

Browse files
committed
Fix whitespace issues
1 parent 9c15d1f commit 9cb5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/ast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def _new(cls, *args, **kwargs):
509509
if pos < len(args):
510510
raise TypeError(f"{cls.__name__} got multiple values for argument {key!r}")
511511
except ValueError:
512-
# arbitrary keyword arguments are accepted
512+
# arbitrary keyword arguments are accepted
513513
pass
514514
if cls in _const_types:
515515
return Constant(*args, **kwargs)

0 commit comments

Comments
 (0)