From cd14b5fb3da5dc1563654c6ba797b57a9fefb393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 25 Dec 2018 21:31:29 +0100 Subject: [PATCH] Class --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() ```