Changed some words to use inline markup.

This commit is contained in:
David Smith 2022-03-10 09:18:31 +00:00 committed by GitHub
parent b1005c0e40
commit 67b5f506a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 43 additions and 50 deletions

View file

@ -89,7 +89,7 @@ This is not suitable for production use! For some common deployment
strategies, see :doc:`/howto/static-files/deployment`.
For example, if your :setting:`STATIC_URL` is defined as ``static/``, you can
do this by adding the following snippet to your urls.py::
do this by adding the following snippet to your ``urls.py``::
from django.conf import settings
from django.conf.urls.static import static