Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Now our package depends on the ``markdown`` package. To note that in ``setup.py`
],
zip_safe=False)

To prove this works, we can run ``python setup.py develop`` again, and we'll see::
To prove this works, we can run ``python setup.py develop``, and we'll see::

$ python setup.py develop
running develop
Expand Down