From b3808ebab3791c9b1fa72e534d2774cec0c3e8a4 Mon Sep 17 00:00:00 2001 From: riot Date: Mon, 26 Mar 2018 11:09:24 +0200 Subject: [PATCH] Minor typos fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43ecee1..7c4b82b 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ re.search(, text) {:.max_width} # '' ``` ```python -{:max_widht.min_width} # ' ' +{:max_width.min_width} # ' ' {:max_width.no_of_decimalsf} # ' 3.14' ``` @@ -681,7 +681,7 @@ import urllib ### Run ```python bottle.run(host='localhost', port=8080) -bottle.run(host='0.0.0.0', port=80, server='cherypy') +bottle.run(host='0.0.0.0', port=80, server='cherrypy') ``` ### Static request