summaryrefslogtreecommitdiff
path: root/BFG_HISTORY.txt
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-01 23:56:02 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-01 23:56:02 +0200
commit08c2217e7f831379016e1ddee0b5d51eeca53878 (patch)
treef5c69e3e1909046bc71ac3d5b78756796940797c /BFG_HISTORY.txt
parent78bacaa69f63fe2bc6980d7d40fc0523d5af9199 (diff)
downloadpyramid-08c2217e7f831379016e1ddee0b5d51eeca53878.tar.gz
pyramid-08c2217e7f831379016e1ddee0b5d51eeca53878.tar.bz2
pyramid-08c2217e7f831379016e1ddee0b5d51eeca53878.zip
eliminate repeated "the" words
Diffstat (limited to 'BFG_HISTORY.txt')
-rw-r--r--BFG_HISTORY.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/BFG_HISTORY.txt b/BFG_HISTORY.txt
index 9096d6464..6de3f3776 100644
--- a/BFG_HISTORY.txt
+++ b/BFG_HISTORY.txt
@@ -1381,7 +1381,7 @@ Internal
lookup, because the registration will always be made with a specific
request interface, but registration may not be made with a specific
context interface. In general, when creating multiadapters, you
- want to order the requires interfaces so that the the elements which
+ want to order the requires interfaces so that the elements which
are more likely to be registered using specific interfaces are
ordered before those which are less likely.
@@ -1860,7 +1860,7 @@ Backwards Incompatibilities
Bug Fixes
---------
-- The the long description of this package (as shown on PyPI) was not
+- The long description of this package (as shown on PyPI) was not
valid reStructuredText, and so was not renderable.
- Trying to use an HTTP method name string such as ``GET`` as a
@@ -2920,7 +2920,7 @@ Deprecations
- The import of ``repoze.bfg.security.Unauthorized`` is deprecated in
favor of ``repoze.bfg.exceptions.Forbidden``. The old location
still functions but emits a deprecation warning. The rename from
- ``Unauthorized`` to ``Forbidden`` brings parity to the the name of
+ ``Unauthorized`` to ``Forbidden`` brings parity to the name of
the exception and the system view it invokes when raised.
Backwards Incompatibilities