Fix example import statement (#123)

This commit is contained in:
Alexander Botello 2018-10-18 02:38:07 -05:00 committed by Tom Christie
parent e1ff9b9f71
commit 88fe1799c7
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ The middleware will handle both standard and streaming responses.
```python
from starlette.applications import Starlette
from starlette.middleware.trustedhost import TrustedHostMiddleware
from starlette.middleware.gzip import GZipMiddleware
app = Starlette()