Skip to content

Commit aadccc5

Browse files
committed
Url
1 parent 1fe5ff1 commit aadccc5

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
@@ -1189,7 +1189,7 @@ from urllib.parse import quote, quote_plus, unquote, unquote_plus
11891189
>>> quote("Can't be in URL!")
11901190
'Can%27t%20be%20in%20URL%21'
11911191
>>> quote_plus("Can't be in URL!")
1192-
'Can%27t+be+in+URL%21
1192+
'Can%27t+be+in+URL%21'
11931193
```
11941194

11951195
### Decode

0 commit comments

Comments
 (0)