Skip to content

Commit 9db6ec8

Browse files
fgebhartbluetech
authored andcommitted
add some special characters to fix rendering of docs
1 parent 72e2eb0 commit 9db6ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/helpers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ database connection or cursor, import it from Django using
292292
This fixture can be used to request access to the database including
293293
transaction support. This is only required for fixtures which need
294294
database access themselves. A test function should normally use the
295-
func:`pytest.mark.django_db` mark with ``transaction=True`` to signal
295+
:func:`pytest.mark.django_db` mark with ``transaction=True`` to signal
296296
it needs the database.
297297

298298
.. fixture:: django_db_reset_sequences
@@ -316,7 +316,7 @@ This fixture runs a live Django server in a background thread. The
316316
server's URL can be retrieved using the ``live_server.url`` attribute
317317
or by requesting it's string value: ``str(live_server)``. You can
318318
also directly concatenate a string to form a URL: ``live_server +
319-
'/foo``.
319+
'/foo'``.
320320

321321
.. note:: Combining database access fixtures.
322322

0 commit comments

Comments
 (0)