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 2adddfc commit dd0f2c8Copy full SHA for dd0f2c8
rdflib/plugins/stores/sparqlconnector.py
@@ -33,7 +33,7 @@ def __init__(
33
self,
34
query_endpoint: Optional[str] = None,
35
update_endpoint: Optional[str] = None,
36
- returnFormat: Optional[str] = "xml", # noqa: N803
+ returnFormat: Optional[str] = "xml", # noqa: N803
37
method: te.Literal["GET", "POST", "POST_FORM"] = "GET",
38
auth: Optional[Tuple[str, str]] = None,
39
**kwargs,
0 commit comments