Browse Source

Minor typos fixed

pull/1/head
riot 6 years ago
committed by GitHub
parent
commit
b3808ebab3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
README.md

@ -177,7 +177,7 @@ re.search(<regex>, text)
{:.max_width} # '<e>'
```
```python
{:max_widht.min_width} # ' <e>'
{:max_width.min_width} # ' <e>'
{: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

Loading…
Cancel
Save