summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c64ed47e7..81f420a84 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,7 +5,7 @@ Bug Fixes
---------
- The process will now restart when ``pserve`` is used with the ``--reload``
- flag when the ``development.ini`` file (any any other .ini file in use) is
+ flag when the ``development.ini`` file (or any other .ini file in use) is
changed. See https://github.com/Pylons/pyramid/issues/377 and
https://github.com/Pylons/pyramid/pull/411