Fix the examples

This commit is contained in:
Gavin M. Roy 2015-06-12 16:35:42 -04:00
parent 37a0551ca2
commit 1c77478362

View file

@ -87,15 +87,15 @@ Example Entrypoints
Controller: Controller:
```python .. code:: python
{'sprockets.controller': ['http=sprockets.controllers.http:None']}, {'sprockets.controller': ['http=sprockets.controllers.http:None']},
```
Application: Application:
```python .. code:: python
{'sprockets.http.app': ['name=package.or.module:None']} {'sprockets.http.app': ['name=package.or.module:None']}
```
Applications Applications
------------ ------------