From b1d3065aad02204b2d2fe38976018bdc4ddd0c9d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 7 Sep 2011 14:24:59 -0400 Subject: avoid needless generic comparison --- docs/narr/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index d93a9c54d..6e28500d1 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -511,8 +511,8 @@ greater than 95% decision/condition coverage as measured by the Jenkins tool on Python 2.5, Python 2.6, Python 2.7, Jython and PyPy after each commit to its GitHub repository. Official Pyramid add-ons are held to a similar testing standard. We still find bugs in Pyramid and its official -add-ons, but we find a lot fewer of them than do the owners of comparable -projects that don't test so exhaustively. +add-ons, but we find a lot fewer of them than if we didn't have a strict +testing regime. Example: http://jenkins.pylonsproject.org/ -- cgit v1.2.3