aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2011-04-28 17:49:02 +0100
committerTom Christie2011-04-28 17:49:02 +0100
commitad552107ff9b6f844982bd3c562d69f890febf1f (patch)
tree2aecf56bcf009ac7d438e3b0b4514e7f8e9c58ae
parent5921e5c84e13cafe90061629262f12dfe742c07a (diff)
parent032cb7959265d7fe631dd3e0a6ff84da88dc71e5 (diff)
downloaddjango-rest-framework-ad552107ff9b6f844982bd3c562d69f890febf1f.tar.bz2
Spelling fix
-rw-r--r--docs/examples/pygments.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/pygments.rst b/docs/examples/pygments.rst
index decc2f65..b4bc2c16 100644
--- a/docs/examples/pygments.rst
+++ b/docs/examples/pygments.rst
@@ -31,12 +31,12 @@ We'll need two resources:
Form validation
---------------
-We'll now add a form to specify what input fields are required when creating a new highlighed code snippet. This will include:
+We'll now add a form to specify what input fields are required when creating a new highlighted code snippet. This will include:
* The code text itself.
* An optional title for the code.
* A flag to determine if line numbers should be included.
-* Which programming langauge to interpret the code snippet as.
+* Which programming language to interpret the code snippet as.
* Which output style to use for the highlighting.
``forms.py``