From 35b2e933813ea596262f15d3672b5ab5e4a13c04 Mon Sep 17 00:00:00 2001
From: Michael Merickel <github@m.merickel.org>
Date: Thu, 04 Oct 2018 03:25:59 +0200
Subject: [PATCH] Merge pull request #3368 from mmerickel/remove-set-request-property

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

diff --git a/docs/narr/subrequest.rst b/docs/narr/subrequest.rst
index 9094c7d..03f3724 100644
--- a/docs/narr/subrequest.rst
+++ b/docs/narr/subrequest.rst
@@ -232,8 +232,7 @@
   callable) to the request object to which it is handed.
 
 - It sets request extensions (such as those added via
-  :meth:`~pyramid.config.Configurator.add_request_method` or
-  :meth:`~pyramid.config.Configurator.set_request_property`) on the subrequest
+  :meth:`~pyramid.config.Configurator.add_request_method`) on the subrequest
   object passed as ``request``.
 
 - It causes a :class:`~pyramid.events.NewRequest` event to be sent at the

--
Gitblit v1.9.3