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