From d20233dd3f974cf721be18c1e239b16fa7fa6dec Mon Sep 17 00:00:00 2001 From: Friedrich Delgado Date: Wed, 19 Jul 2017 13:13:26 +0200 Subject: [PATCH] Correct LiveServer docstring wording --- pytest_django/live_server_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_django/live_server_helper.py b/pytest_django/live_server_helper.py index 20f4a8a9c..a220639b5 100644 --- a/pytest_django/live_server_helper.py +++ b/pytest_django/live_server_helper.py @@ -5,7 +5,7 @@ class LiveServer(object): """The liveserver fixture This is the object that the ``live_server`` fixture returns. - The ``live_server`` fixture that handles creation and stopping. + The ``live_server`` fixture handles creation and stopping. """ def __init__(self, addr):