Skip to content

Commit

Permalink
Merge pull request #202 from alasdairnicol/add_import_to_example
Browse files Browse the repository at this point in the history
Add urlparse import to the example in the README
  • Loading branch information
jamesls committed Dec 27, 2016
2 parents 2fc4d14 + b5d411d commit 8c5aac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -580,6 +580,8 @@ types. Here's an example of this feature:

.. code-block:: python
import urlparse
from chalice import Chalice
app = Chalice(app_name='helloworld')
Expand Down

0 comments on commit 8c5aac8

Please sign in to comment.