Skip to content

Commit cd14b5f

Browse files
committed
Class
1 parent e47fbf1 commit cd14b5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,8 +1173,8 @@ UrlLib
11731173
------
11741174
### Translate special characters
11751175
```python
1176-
import urllib.parse
1177-
<str> = urllib.parse.quote_plus(<str>)
1176+
from urllib.parse import quote_plus
1177+
<str> = quote_plus(<str>)
11781178
```
11791179

11801180

0 commit comments

Comments
 (0)