summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/package.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-05-20 01:17:45 -0700
committerSteve Piercy <web@stevepiercy.com>2015-05-20 01:17:45 -0700
commit6c4df679cb7ad75c7ffa3ca8bf320be76d0c8d98 (patch)
tree7754f8f30bc56f6f9159258e07cfa5b0f82ef307 /docs/quick_tutorial/package.rst
parentd43ebd35f288edddb6df9bef3d671735e1dfb124 (diff)
downloadpyramid-6c4df679cb7ad75c7ffa3ca8bf320be76d0c8d98.tar.gz
pyramid-6c4df679cb7ad75c7ffa3ca8bf320be76d0c8d98.tar.bz2
pyramid-6c4df679cb7ad75c7ffa3ca8bf320be76d0c8d98.zip
re-moving unnecessary hyphenation (see what I did there?)
Diffstat (limited to 'docs/quick_tutorial/package.rst')
-rw-r--r--docs/quick_tutorial/package.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/package.rst b/docs/quick_tutorial/package.rst
index 8fb052d5b..54a6a0bd9 100644
--- a/docs/quick_tutorial/package.rst
+++ b/docs/quick_tutorial/package.rst
@@ -3,7 +3,7 @@
============================================
Most modern Python development is done using Python packages, an approach
-Pyramid puts to good use. In this step we re-do "Hello World" as a
+Pyramid puts to good use. In this step we redo "Hello World" as a
minimum Python package inside a minimum Python project.
Background
@@ -93,7 +93,7 @@ Python projects, via ``setup.py``, gives us special features when
our package is installed (in this case, in local development mode.)
In this step we have a Python package called ``tutorial``. We use the
-same name in each step of the tutorial, to avoid unnecessary re-typing.
+same name in each step of the tutorial, to avoid unnecessary retyping.
Above this ``tutorial`` directory we have the files that handle the
packaging of this project. At the moment, all we need is a