summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKees Hink <keeshink@gmail.com>2012-08-14 18:45:04 +0300
committerKees Hink <keeshink@gmail.com>2012-08-14 18:45:04 +0300
commitbad3d5184bbc9a8bc42e9d15a611b7f9f84d8131 (patch)
tree253ebda0c7be3b1f9e12a6a072da25082453323f
parent3a7af5757fb72ab7ddf504aab99bfa000ed62e11 (diff)
downloadpyramid-bad3d5184bbc9a8bc42e9d15a611b7f9f84d8131.tar.gz
pyramid-bad3d5184bbc9a8bc42e9d15a611b7f9f84d8131.tar.bz2
pyramid-bad3d5184bbc9a8bc42e9d15a611b7f9f84d8131.zip
Typo pwteens -> ptweens
-rw-r--r--docs/narr/commandline.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst
index af53c1f78..3bdf8c5cd 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -349,7 +349,7 @@ setting) orderings using the ``ptweens`` command. Tween factories
will show up represented by their standard Python dotted name in the
``ptweens`` output.
-For example, here's the ``pwteens`` command run against a system
+For example, here's the ``ptweens`` command run against a system
configured without any explicit tweens:
.. code-block:: text
@@ -367,7 +367,7 @@ configured without any explicit tweens:
1 pyramid.tweens.excview_tween_factory excview
- - MAIN
-Here's the ``pwteens`` command run against a system configured *with*
+Here's the ``ptweens`` command run against a system configured *with*
explicit tweens defined in its ``development.ini`` file:
.. code-block:: text