diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2010-11-17 01:57:23 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2010-11-17 01:57:23 +0000 |
| commit | 5b4c6fd5e457236105dd0a6f9ade0060edb8af45 (patch) | |
| tree | 8801e7abf74e557e7a51082b9bca5fb3d1a1e223 /docs | |
| parent | 5844cdca38f1440a76f5f3505256e239084f0c3e (diff) | |
Fixed #14706 -- corrected a stray backtick in the docs. Thanks to Adam for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt index b5c0035931..553fcc5793 100644 --- a/docs/releases/1.3.txt +++ b/docs/releases/1.3.txt @@ -284,7 +284,7 @@ be removed entirely. For more details, see the documentation :doc:`Django's release process </internals/release-process>` and our :doc:`deprecation timeline - </internals/deprecation>`.` + </internals/deprecation>`. ``mod_python`` support ~~~~~~~~~~~~~~~~~~~~~~ |
