Skip to content

Commit 3546833

Browse files
TauPanblueyed
authored andcommitted
Correct LiveServer docstring wording (#497)
1 parent 218be96 commit 3546833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_django/live_server_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class LiveServer(object):
55
"""The liveserver fixture
66
77
This is the object that the ``live_server`` fixture returns.
8-
The ``live_server`` fixture that handles creation and stopping.
8+
The ``live_server`` fixture handles creation and stopping.
99
"""
1010

1111
def __init__(self, addr):

0 commit comments

Comments
 (0)