diff --git a/README.md b/README.md index 53232fb..ddca1cb 100644 --- a/README.md +++ b/README.md @@ -1189,7 +1189,7 @@ from urllib.parse import quote, quote_plus, unquote, unquote_plus >>> quote("Can't be in URL!") 'Can%27t%20be%20in%20URL%21' >>> quote_plus("Can't be in URL!") -'Can%27t+be+in+URL%21 +'Can%27t+be+in+URL%21' ``` ### Decode