diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-28 17:39:14 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-29 07:53:02 -0400 |
| commit | 3d98941d5c1b0ed9ff89cbf5b1cf6af24964d759 (patch) | |
| tree | e3b0ab5f509805fc112b31f8aa68654859fec26e /docs | |
| parent | d099c03789cb88e450002ceaf072990b50052995 (diff) | |
[1.7.x] Fixed several typos in Django
Backport of 1dcc603eff from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index c3c6d0e6fb..48dd976d48 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -305,7 +305,7 @@ epub_theme = 'djangodocs-epub' # The scheme of the identifier. Typical schemes are ISBN or URL. #epub_scheme = '' -# The unique identifier of the text. This can be a ISBN number +# The unique identifier of the text. This can be an ISBN number # or the project homepage. #epub_identifier = '' |
