summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-10-08 15:46:03 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-10-08 15:46:03 +0000
commit9ad73135c0e028341cd5dd7574a80b2875587973 (patch)
tree498a6be5afcd9ef0dcaa07ecc7dad7ce1dc42917 /docs/internals
parent5170a12a880ea470875981bf7e75553bed11ac00 (diff)
[1.2.X] Fixed #14383 -- Corrected the capitalization of reStructuredText. Thanks to timo for the patch.
Backport of r14017 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/contributing.txt4
-rw-r--r--docs/internals/documentation.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt
index 6bf8aa1951..6310562cf6 100644
--- a/docs/internals/contributing.txt
+++ b/docs/internals/contributing.txt
@@ -700,10 +700,10 @@ There's a full page of information about the :doc:`Django documentation
system </internals/documentation>` that you should read prior to working on the
documentation.
-Guidelines for ReST files
+Guidelines for reST files
-------------------------
-These guidelines regulate the format of our ReST documentation:
+These guidelines regulate the format of our reST documentation:
* In section titles, capitalize only initial words and proper nouns.
diff --git a/docs/internals/documentation.txt b/docs/internals/documentation.txt
index 63f248d3a9..5185ec7feb 100644
--- a/docs/internals/documentation.txt
+++ b/docs/internals/documentation.txt
@@ -20,7 +20,7 @@ Sphinx -- ``easy_install Sphinx`` should do the trick.
Then, building the html is easy; just ``make html`` from the ``docs`` directory.
-To get started contributing, you'll want to read the `ReStructuredText
+To get started contributing, you'll want to read the `reStructuredText
Primer`__. After that, you'll want to read about the `Sphinx-specific markup`__
that's used to manage metadata, indexing, and cross-references.