Skip to content

Commit 8cb3bea

Browse files
committed
UrlLib
1 parent ba2ef79 commit 8cb3bea

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
@@ -1172,7 +1172,7 @@ wf.close()
11721172
Url
11731173
---
11741174
```python
1175-
>>> from urllib.parse import quote, quote_plus, unquote, unquote_plus
1175+
from urllib.parse import quote, quote_plus, unquote, unquote_plus
11761176
```
11771177

11781178
### Encode

0 commit comments

Comments
 (0)