Skip to content

Commit

Permalink
docs: fix typo in SPARQLConnector.__init__ docstring (#2619)
Browse files Browse the repository at this point in the history
Fixed a small typo in the docstring of the `__init__` method of `SPARQLConnector`
  • Loading branch information
mhfj authored Oct 29, 2023
1 parent 6e0b96c commit f850cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/plugins/stores/sparqlconnector.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(
"""
auth, if present, must be a tuple of (username, password) used for Basic Authentication
Any additional keyword arguments will be passed to to the request, and can be used to setup timesouts etc.
Any additional keyword arguments will be passed to to the request, and can be used to setup timeouts etc.
"""
self._method: str
self.returnFormat = returnFormat
Expand Down

0 comments on commit f850cfc

Please sign in to comment.