summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-09 14:20:18 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-09 14:20:18 +0200
commite9526fe353c9381f899554c1713694e8dfb95f18 (patch)
tree2cb33b30bed40c45b81fa69d4dd9cecbb4baa4fc
parent231fbba4f9adbe32537bcd1e995022f401117058 (diff)
downloadpyramid-e9526fe353c9381f899554c1713694e8dfb95f18.tar.gz
pyramid-e9526fe353c9381f899554c1713694e8dfb95f18.tar.bz2
pyramid-e9526fe353c9381f899554c1713694e8dfb95f18.zip
use simpler language
This likely fixes the grammar, but am not sure.
-rw-r--r--pyramid/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py
index 8c5f46105..0a5ec9588 100644
--- a/pyramid/interfaces.py
+++ b/pyramid/interfaces.py
@@ -790,7 +790,7 @@ deprecated(
'scheduled to be removed. Use the '
'"pyramid.config.Configurator.add_resource_url_adapter" method to register '
'a class that implements "pyramid.interfaces.IResourceURL" instead. '
- 'See the "What\'s new In Pyramid 1.3" document for a further description.'
+ 'See the "What\'s new In Pyramid 1.3" document for more details.'
)
class IPackageOverrides(Interface):