summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-01-01 22:24:09 -0800
committerJohn Anderson <sontek@gmail.com>2015-01-01 22:24:09 -0800
commit3f8ac549fa352b54a9f151b5047cc4d13f942a4a (patch)
treea2c250a98b610ffe2ab71a533979d0dee8abcb02 /CHANGES.txt
parent149ea94f24479889554b863c40fe72912f7203a8 (diff)
downloadpyramid-3f8ac549fa352b54a9f151b5047cc4d13f942a4a.tar.gz
pyramid-3f8ac549fa352b54a9f151b5047cc4d13f942a4a.tar.bz2
pyramid-3f8ac549fa352b54a9f151b5047cc4d13f942a4a.zip
Fix typo
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2e2637ef1..2079d5cff 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -64,7 +64,7 @@ Features
a factory that will return a custom ``Response`` class.
See https://github.com/Pylons/pyramid/pull/1499
-- Overally improvments for the ``proutes`` command. Added ``--format`` and
+- Overall improvments for the ``proutes`` command. Added ``--format`` and
``--glob`` arguments to the command, introduced the ``method``
column for displaying available request methods, and improved the ``view``
output by showing the module instead of just ``__repr__``.