From 45b4176111bce9e52282c2922c0d60a3214ef9f0 Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Tue, 27 Sep 2016 08:39:48 -0600 Subject: [PATCH] doc(testing): Fix formatting issues in the TestClient docstring (#913) --- falcon/testing/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/falcon/testing/client.py b/falcon/testing/client.py index d197db0..30dda84 100644 --- a/falcon/testing/client.py +++ b/falcon/testing/client.py @@ -564,9 +564,9 @@ def simulate_delete(app, path, **kwargs): class TestClient(object): - """"Simulates requests to a WSGI application. + """Simulates requests to a WSGI application. - This class provides a contextual wrapper for Falcon's simulate_* + This class provides a contextual wrapper for Falcon's `simulate_*` test functions. It lets you replace this:: simulate_get(app, '/messages')