summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/package.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tutorial/package.rst')
-rw-r--r--docs/quick_tutorial/package.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/package.rst b/docs/quick_tutorial/package.rst
index 99a83b790..90d022b29 100644
--- a/docs/quick_tutorial/package.rst
+++ b/docs/quick_tutorial/package.rst
@@ -68,7 +68,7 @@ Steps
.. code-block:: bash
$ $VENV/bin/python setup.py develop
- $ $VENV/bin/mkdir tutorial
+ $ mkdir tutorial
#. Enter the following into ``package/tutorial/__init__.py``: