summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/databases.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tutorial/databases.rst')
-rw-r--r--docs/quick_tutorial/databases.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst
index 3082dc4d2..2e656f565 100644
--- a/docs/quick_tutorial/databases.rst
+++ b/docs/quick_tutorial/databases.rst
@@ -21,7 +21,7 @@ storage and retrieval for the wiki pages in the previous step.
.. note::
- The Pyramid cookiecutter ``pyramid-cookiecutter-theonecc`` is really
+ The Pyramid cookiecutter ``pyramid-cookiecutter-starter`` is really
helpful for getting a SQLAlchemy project going, including generation of
the console script. Since we want to see all the decisions, we will forgo
convenience in this tutorial, and wire it up ourselves.