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):