Skip to content

Commit 8bd3d3e

Browse files
jeffFranklinblueyed
authored andcommitted
doc: fix typo. (#594)
1 parent 50063c4 commit 8bd3d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_django/fixtures.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def live_server(request):
288288
--liveserver command line option or if this is not provided from
289289
the DJANGO_LIVE_TEST_SERVER_ADDRESS environment variable. If
290290
neither is provided ``localhost:8081,8100-8200`` is used. See the
291-
Django documentation for it's full syntax.
291+
Django documentation for its full syntax.
292292
293293
NOTE: If the live server needs database access to handle a request
294294
your test will have to request database access. Furthermore

0 commit comments

Comments
 (0)