Skip to content

Commit 20343db

Browse files
committed
Fix lexer doc comment typo
1 parent a9950df commit 20343db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonpath_rfc9535/lex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, query: str) -> None:
4242
"""A running count of parentheses for each, possibly nested, function call.
4343
4444
If the stack is empty, we are not in a function call. Remember that
45-
function arguments can use arbitrarily nested in parentheses.
45+
function arguments can be arbitrarily nested in parentheses.
4646
"""
4747

4848
self.tokens: List[Token] = []

0 commit comments

Comments
 (0)