1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Added backticks to code literals in various docs.

This commit is contained in:
Jon Dufresne
2020-12-14 22:19:00 -08:00
committed by GitHub
parent 593829a5ab
commit 550297d20d
7 changed files with 12 additions and 10 deletions

View File

@@ -47,9 +47,9 @@ check function::
return errors
The check function *must* accept an ``app_configs`` argument; this argument is
the list of applications that should be inspected. If None, the check must be
run on *all* installed apps in the project. The ``**kwargs`` argument is required
for future expansion.
the list of applications that should be inspected. If ``None``, the check must
be run on *all* installed apps in the project. The ``**kwargs`` argument is
required for future expansion.
Messages
--------