diff --git a/README.md b/README.md index b312fda..94c88f7 100644 --- a/README.md +++ b/README.md @@ -1173,8 +1173,8 @@ UrlLib ------ ### Translate special characters ```python -import urllib.parse - = urllib.parse.quote_plus() +from urllib.parse import quote_plus + = quote_plus() ```