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 a9950df commit 20343dbCopy full SHA for 20343db
jsonpath_rfc9535/lex.py
@@ -42,7 +42,7 @@ def __init__(self, query: str) -> None:
42
"""A running count of parentheses for each, possibly nested, function call.
43
44
If the stack is empty, we are not in a function call. Remember that
45
- function arguments can use arbitrarily nested in parentheses.
+ function arguments can be arbitrarily nested in parentheses.
46
"""
47
48
self.tokens: List[Token] = []
0 commit comments