Skip to content

Commit 21492af

Browse files
fmoorpelme
authored andcommitted
Clarify LiverServer docstring (#492)
1 parent 7581b9f commit 21492af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pytest_django/live_server_helper.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
class LiveServer(object):
55
"""The liveserver fixture
66
7-
This is the object which is returned to the actual user when they
8-
request the ``live_server`` fixture. The fixture handles creation
9-
and stopping however.
7+
This is the object that the ``live_server`` fixture returns.
8+
The ``live_server`` fixture that handles creation and stopping.
109
"""
1110

1211
def __init__(self, addr):

0 commit comments

Comments
 (0)