Browse Source

Url

pull/10/head
Jure Šorn 5 years ago
parent
commit
a6e04a859d
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1403,7 +1403,7 @@ from urllib.parse import quote, quote_plus, unquote, unquote_plus
### Decode ### Decode
```text ```text
>>> unquote('Can%27t+be+in+URL%21') >>> unquote('Can%27t+be+in+URL%21')
"Can't+be+in+URL!"'
"Can't+be+in+URL!"
>>> unquote_plus('Can%27t+be+in+URL%21') >>> unquote_plus('Can%27t+be+in+URL%21')
"Can't be in URL!" "Can't be in URL!"
``` ```

Loading…
Cancel
Save