Skip to content

Commit

Permalink
docs: fix typo in query docstring (#10308)
Browse files Browse the repository at this point in the history
## Description of changes

Ironically, the word string was misspelled in the docstring of a method
in the strings file. πŸ˜„

I opened codespell-project/codespell#3565 so
that this may be automatically caught in the future (if approved).
  • Loading branch information
IndexSeek authored Oct 12, 2024
1 parent f817a7a commit 04f8a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/expr/types/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ def path(self):
return ops.ExtractPath(self).to_expr()

def query(self, key: str | StringValue | None = None):
"""Parse a URL and returns query strring or query string parameter.
"""Parse a URL and returns query string or query string parameter.
If key is passed, return the value of the query string parameter named.
If key is absent, return the query string.
Expand Down

0 comments on commit 04f8a5f

Please sign in to comment.