summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-14 17:36:35 -0400
committerChris McDonough <chrism@plope.com>2011-07-14 17:36:35 -0400
commitacc2d3ade4f5016ffd2f76923d3f56310b2ba577 (patch)
treef527d15715734f2524f4d84b3ff3bc9e72c066ad /CHANGES.txt
parente9a747eeccd81ba2303372e661a92491fa8594c9 (diff)
downloadpyramid-acc2d3ade4f5016ffd2f76923d3f56310b2ba577.tar.gz
pyramid-acc2d3ade4f5016ffd2f76923d3f56310b2ba577.tar.bz2
pyramid-acc2d3ade4f5016ffd2f76923d3f56310b2ba577.zip
typo
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 02c2da33d..bc906772d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -29,12 +29,12 @@ Bug Fixes
- Without a mo-file loaded for the combination of domain/locale,
``pyramid.i18n.Localizer.pluralize`` run using that domain/locale
- combination raised an inscrutable "translations object has no attr 'plural'
- error. Now, instead it "works" (it uses a germanic pluralization by
- default). This is not the "right" thing really (it's nonsensical to try to
- pluralize something without translations for that locale/domain available),
- but it matches the behavior of ``pyramid.i18n.Localizer.translate`` so it's
- at least consistent; see https://github.com/Pylons/pyramid/issues/235.
+ combination raised an inscrutable "translations object has no attr
+ 'plural'" error. Now, instead it "works" (it uses a germanic pluralization
+ by default). It's nonsensical to try to pluralize something without
+ translations for that locale/domain available, but this behavior matches
+ the behavior of ``pyramid.i18n.Localizer.translate`` so it's at least
+ consistent; see https://github.com/Pylons/pyramid/issues/235.
1.1b2 (2011-07-13)
==================