From 043ccddb909327106264d10ed5d413760a51770d Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Wed, 2 Jan 2013 02:22:52 +0200 Subject: eliminate other repeated words --- BFG_HISTORY.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BFG_HISTORY.txt') diff --git a/BFG_HISTORY.txt b/BFG_HISTORY.txt index 6de3f3776..10d926c70 100644 --- a/BFG_HISTORY.txt +++ b/BFG_HISTORY.txt @@ -387,7 +387,7 @@ Features Bug Fixes --------- -- The route pattern registered internally for a a local "static view" +- The route pattern registered internally for a local "static view" (either via the ``static`` ZCML directive or via the ``add_static_view`` method of the configurator) was incorrect. It was regsistered for e.g. ``static*traverse``, while it should have @@ -688,7 +688,7 @@ Features A similar combining of routing and traversal is available when a route is matched which contains a ``*traverse`` remainder marker in its path. The ``traverse`` argument allows you to associate route - patterns with an arbitrary traversal path without using a a + patterns with an arbitrary traversal path without using a ``*traverse`` remainder marker; instead you can use other match information. -- cgit v1.2.3