Superfluous space.

This commit is contained in:
Henrik Hank 2018-05-15 05:02:38 +02:00
parent c5b79181cc
commit 57d10df3d6

View File

@ -3967,7 +3967,7 @@ def iri_to_uri(iri):
compat_urllib_parse_quote_plus(iri_parts.path, safe=r"!$%&'()*+,/:;=@|~"),
# Unsure about the `safe` argument , since this is a legacy way of handling parameters.
# Unsure about the `safe` argument, since this is a legacy way of handling parameters.
compat_urllib_parse_quote_plus(iri_parts.params, safe=r"!$%&'()*+,/:;=@|~"),
# Not totally sure about the `safe` argument, since the source does not explicitly mention the query URI component.