Skip to content

Commit f1a5cfb

Browse files
committed
Fix typo
1 parent a03e345 commit f1a5cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/inspection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def parsekeywordpairs(signature: str) -> Dict[str, str]:
154154
):
155155
stack.append(substack)
156156
substack = []
157-
# If type annotation didn't end before, ti does now.
157+
# If type annotation didn't end before, it does now.
158158
annotation = False
159159
continue
160160
elif token is Token.Operator and value == "=" and parendepth == 0:

0 commit comments

Comments
 (0)