We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be28283 + 602934c commit 719da58Copy full SHA for 719da58
src/rfc3986/api.py
@@ -36,7 +36,7 @@ def uri_reference(uri: str, encoding: str = "utf-8") -> URIReference:
36
return URIReference.from_string(uri, encoding)
37
38
39
-def iri_reference(iri: str, encoding: str= "utf-8") -> IRIReference:
+def iri_reference(iri: str, encoding: str = "utf-8") -> IRIReference:
40
"""Parse a IRI string into an IRIReference.
41
42
This is a convenience function. You could achieve the same end by using
0 commit comments