From f75f21aefb2cc4d70597ea922adb8066d1ad252a Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 20 Nov 2017 17:18:47 +0100 Subject: [PATCH] Some fixes for testing/* articles in 2.7 docs --- testing/profiling.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/profiling.rst b/testing/profiling.rst index 6903ab8b871..5cf006b2ab4 100644 --- a/testing/profiling.rst +++ b/testing/profiling.rst @@ -61,14 +61,14 @@ finish. It's easy to achieve if you embed the token in the error message:: .. caution:: - The profiler store can be different depending on the environment - (especially if you use the SQLite store, which is the default configured - one). + The profiler store can be different depending on the environment + (especially if you use the SQLite store, which is the default configured + one). .. note:: - The profiler information is available even if you insulate the client or - if you use an HTTP layer for your tests. + The profiler information is available even if you :doc:`insulate the client ` + or if you use an HTTP layer for your tests. .. tip::