Skip to content

Commit

Permalink
The joke function is in text.py
Browse files Browse the repository at this point in the history
The `joke` function is in `text.py` by the end of the previous chapter.
  • Loading branch information
martinda authored Dec 28, 2016
1 parent 652271c commit e5b2ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Fortunately, setuptools makes it easy for us to specify those dependencies (assu

We can add some formatting spice to the **funniest** joke with `Markdown <http://pypi.python.org/pypi/Markdown/>`_.

In ``__init__.py``::
In ``text.py``::

from markdown import markdown

Expand Down

0 comments on commit e5b2ef3

Please sign in to comment.