Fix a reST foul up.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Alex Gaynor 2012-02-16 04:32:42 +00:00
parent 50c64ed379
commit 19e1a3556f
1 changed files with 1 additions and 1 deletions

View File

@ -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.