From 3ef406f7afde7e6d7810295e6a1862d15255b9d7 Mon Sep 17 00:00:00 2001 From: Frederick Date: Fri, 16 Jun 2017 12:56:13 -0700 Subject: [PATCH] Clarify LiverServer docstring --- pytest_django/live_server_helper.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pytest_django/live_server_helper.py b/pytest_django/live_server_helper.py index 9652b9c42..20f4a8a9c 100644 --- a/pytest_django/live_server_helper.py +++ b/pytest_django/live_server_helper.py @@ -4,9 +4,8 @@ class LiveServer(object): """The liveserver fixture - This is the object which is returned to the actual user when they - request the ``live_server`` fixture. The fixture handles creation - and stopping however. + This is the object that the ``live_server`` fixture returns. + The ``live_server`` fixture that handles creation and stopping. """ def __init__(self, addr):