Fix the examples

This commit is contained in:
Gavin M. Roy 2015-06-12 16:35:42 -04:00
parent 37a0551ca2
commit 1c77478362
1 changed files with 6 additions and 6 deletions

View File

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