Browse Source

Class

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

4
README.md

@ -1173,8 +1173,8 @@ UrlLib
------
### Translate special characters
```python
import urllib.parse
<str> = urllib.parse.quote_plus(<str>)
from urllib.parse import quote_plus
<str> = quote_plus(<str>)
```

Loading…
Cancel
Save