From d76b5f827398520d2d80a96eb38cfb26baaf4188 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Thu, 13 Jul 2017 03:19:21 +0200
Subject: [PATCH] Merge pull request #3126 from mmerickel/backport-3119-to-1.9-branch

---
 docs/narr/testing.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst
index f124ac5..594badc 100644
--- a/docs/narr/testing.rst
+++ b/docs/narr/testing.rst
@@ -158,7 +158,7 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 An alternative style of setting up a test configuration is to use the ``with``
-statement and :func:`pyramid.testing.testConfig` to create a context manager.
+statement and :func:`pyramid.testing.testConfig` to create a :term:`context manager`.
 The context manager will call :func:`pyramid.testing.setUp` before the code
 under test and :func:`pyramid.testing.tearDown` afterwards.
 

--
Gitblit v1.9.3