From 8cb3bea7060bc65bc3c50fcd4a28d66ca32258c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 25 Dec 2018 21:46:14 +0100 Subject: [PATCH] UrlLib --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f53143..c6eeb51 100644 --- a/README.md +++ b/README.md @@ -1172,7 +1172,7 @@ wf.close() Url --- ```python ->>> from urllib.parse import quote, quote_plus, unquote, unquote_plus +from urllib.parse import quote, quote_plus, unquote, unquote_plus ``` ### Encode