summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/installation.rst
diff options
context:
space:
mode:
authorToni Mueller <dev@tonimueller.org>2012-03-20 14:46:49 +0100
committerToni Mueller <dev@tonimueller.org>2012-03-21 12:00:11 +0100
commit4e3de46840501d20472e5e54510ed598906c0b21 (patch)
tree5159fb6494454f6c30b357b546e139cf4574aabe /docs/tutorials/wiki2/installation.rst
parent676131b34addf444f58a3dec011dd5f05329b0cf (diff)
downloadpyramid-4e3de46840501d20472e5e54510ed598906c0b21.tar.gz
pyramid-4e3de46840501d20472e5e54510ed598906c0b21.tar.bz2
pyramid-4e3de46840501d20472e5e54510ed598906c0b21.zip
generate more common filenames for sqlite and patch the wiki2
tutorial, too
Diffstat (limited to 'docs/tutorials/wiki2/installation.rst')
-rw-r--r--docs/tutorials/wiki2/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index 4ee2728c2..40486057e 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -254,7 +254,7 @@ The output to your console should be something like this::
2011-11-26 14:42:25,140 INFO [sqlalchemy.engine.base.Engine][MainThread]
COMMIT
-Success! You should now have a ``tutorial.db`` file in your current working
+Success! You should now have a ``tutorial.sqlite`` file in your current working
directory. This will be a SQLite database with a single table defined in it
(``models``).