diff options
| author | Chris McDonough <chrism@plope.com> | 2013-03-19 16:55:27 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-03-19 16:55:27 -0700 |
| commit | 5075c8c728af46efc666c90d438dd6fbb7a840ba (patch) | |
| tree | f2e3e85294dc2d1ac3049f6a4e03e6d519230774 | |
| parent | 411acbba3402aba9d09856a0c4cb88f572ba77da (diff) | |
| parent | 1c9bdc5ba0f6317ed64bc120c3ebeeb5f089df62 (diff) | |
| download | pyramid-5075c8c728af46efc666c90d438dd6fbb7a840ba.tar.gz pyramid-5075c8c728af46efc666c90d438dd6fbb7a840ba.tar.bz2 pyramid-5075c8c728af46efc666c90d438dd6fbb7a840ba.zip | |
Merge pull request #925 from tshepang/patch-1
some improvements/fixes to a paragraph
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 64e069e6f..253296b95 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -66,11 +66,11 @@ On Windows: startup problems, try putting both the virtualenv and the project into directories that do not contain spaces in their paths. -Pcreate is a script that comes with Pyramid that helps by creating and organizing files -needed as part of a Pyramid project. By passing in `alchemy` was are asking the script to -create the files needed to use SQLAlchemy. By passing in our app name `tutorial` it goes through and +`pcreate` is a script that comes with Pyramid that helps by creating and organizing files +needed as part of a Pyramid project. By passing in `alchemy`, we are asking the script to +create the files needed to use SQLAlchemy. By passing in our app name `tutorial`, the script places that application name in all the different files required. For example, the ``initialize_tutorial_db`` -that is in the ``pyramidtut/bin`` directory that we use later in this tutorial was created by `pcreate` +that is in the ``pyramidtut/bin`` directory was created by `pcreate`. |
