summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/tutorial_approach.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-16 03:03:10 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-16 03:03:10 -0700
commit789a9059a1190b3f1e748dda4b3755d1b26d43fa (patch)
treef3376b9b260cee5c11b59721468e60be37d545ae /docs/quick_tutorial/tutorial_approach.rst
parentb61a8ba298a7e474d4d209967791a0b13bc5d77d (diff)
downloadpyramid-789a9059a1190b3f1e748dda4b3755d1b26d43fa.tar.gz
pyramid-789a9059a1190b3f1e748dda4b3755d1b26d43fa.tar.bz2
pyramid-789a9059a1190b3f1e748dda4b3755d1b26d43fa.zip
quick_tutorial cleanup
- update pip and setuptools - moar cleanup
Diffstat (limited to 'docs/quick_tutorial/tutorial_approach.rst')
-rw-r--r--docs/quick_tutorial/tutorial_approach.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/tutorial_approach.rst b/docs/quick_tutorial/tutorial_approach.rst
index 09e0217c6..6d534fe13 100644
--- a/docs/quick_tutorial/tutorial_approach.rst
+++ b/docs/quick_tutorial/tutorial_approach.rst
@@ -42,6 +42,6 @@ below:
└── setup.py
Each of the first-level directories (e.g., ``request_response``) is a *Python
-project* (except as noted for the ``hello_world`` step). The``tutorial``
+project* (except as noted for the ``hello_world`` step). The ``tutorial``
directory is a *Python package*. At the end of each step, we copy a previous
directory into a new directory to use as a starting point.