summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-10-28 12:15:27 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-10-28 12:15:27 +0000
commit5d0f4edb8bf6f3e77fd3e1f25e04d8efddcac1c8 (patch)
treedde78364f51f62701ec3e29ea6aeaf7be9008e45 /docs
parent4b8a391a3bd4eb605d999515c904840d7c72e97e (diff)
[1.2.X] Fixed #14409 -- Fixed typo in docs/internals/documentation.txt. Thanks, kurtmckee
Backport of r13991 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/documentation.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/documentation.txt b/docs/internals/documentation.txt
index 5185ec7feb..36270eafb7 100644
--- a/docs/internals/documentation.txt
+++ b/docs/internals/documentation.txt
@@ -15,10 +15,10 @@ Sphinx -- ``easy_install Sphinx`` should do the trick.
.. note::
- Generation of the Django documentation will work with Sphinx version 0.6
- or newer, but we recommend going straigh to Sphinx 1.0.2 or newer.
+ The Django documentation can be generated with Sphinx version 0.6 or
+ newer, but we recommend using Sphinx 1.0.2 or newer.
-Then, building the html is easy; just ``make html`` from the ``docs`` directory.
+Then, building the HTML is easy; just ``make html`` from the ``docs`` directory.
To get started contributing, you'll want to read the `reStructuredText
Primer`__. After that, you'll want to read about the `Sphinx-specific markup`__