Skip to content

Commit a6e04a8

Browse files
committed
Url
1 parent 50f259a commit a6e04a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ from urllib.parse import quote, quote_plus, unquote, unquote_plus
14031403
### Decode
14041404
```text
14051405
>>> unquote('Can%27t+be+in+URL%21')
1406-
"Can't+be+in+URL!"'
1406+
"Can't+be+in+URL!"
14071407
>>> unquote_plus('Can%27t+be+in+URL%21')
14081408
"Can't be in URL!"
14091409
```

0 commit comments

Comments
 (0)