summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2012-02-16 04:32:42 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2012-02-16 04:32:42 +0000
commit19e1a3556ff97ce89fc85db63f5a07190e2bc326 (patch)
tree436ac744e9954f9a19d8aeb9faf114d0f5c0b8da /docs
parent50c64ed37966699e49d475202bbe1d5049471f46 (diff)
Fix a reST foul up.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4-beta-1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.4-beta-1.txt b/docs/releases/1.4-beta-1.txt
index 6b65c2c5a4..851139f4c7 100644
--- a/docs/releases/1.4-beta-1.txt
+++ b/docs/releases/1.4-beta-1.txt
@@ -32,7 +32,7 @@ Internally, Django's version number is represented by the tuple
``django.VERSION``. This is used to generate human-readable version
number strings; as of Django 1.4 beta 1, the algorithm for generating
these strings has been changed to match the recommendations of `PEP
-386 <http://www.python.org/dev/peps/pep-0386/>`. This only affects the
+386 <http://www.python.org/dev/peps/pep-0386/>`_. This only affects the
human-readable strings identifying Django alphas, betas and release
candidates, and should not affect end users in any way.