Commit 0f78a94f authored by Florent Xicluna's avatar Florent Xicluna

Inadvertently removed part of the comment in r81271.

parent c7b8e868
......@@ -341,7 +341,7 @@ def unquote(string, encoding='utf-8', errors='replace'):
encoding = 'utf-8'
if errors is None:
errors = 'replace'
# pct_sequence: contiguous sequence of percent-encoded bytes
# pct_sequence: contiguous sequence of percent-encoded bytes, decoded
pct_sequence = b''
string = res[0]
for item in res[1:]:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment