Skip to content

Commit aa51cc3

Browse files
committed
Remove typo in Repl.get_args.
1 parent 8f58d62 commit aa51cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def getargspec(func):
511511
elif value == ')':
512512
stack.pop()
513513
elif (token is Token.Name or token in Token.Name.subtypes or
514-
token is Token.Operatir and value == '.'):
514+
token is Token.Operator and value == '.'):
515515
stack[-1] += value
516516
else:
517517
stack[-1] = ''

0 commit comments

Comments
 (0)