summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorJulien Phalip <jphalip@gmail.com>2013-07-27 18:45:25 -0700
committerJulien Phalip <jphalip@gmail.com>2013-07-27 18:46:03 -0700
commit47c755327be9a3b976f5f78fc21f336f27aa6413 (patch)
tree642bce46ec934223ed4a17ac3c6dbcbfdf953b8b /docs/ref/models
parentca39c0a6becf497880181b3a5ef6db84130f9723 (diff)
Fixed a number of minor misspellings.
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/instances.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt
index f06866d9a1..1e7ad1ffdf 100644
--- a/docs/ref/models/instances.txt
+++ b/docs/ref/models/instances.txt
@@ -118,7 +118,7 @@ validation for your own manually created models. For example::
article.full_clean()
except ValidationError as e:
# Do something based on the errors contained in e.message_dict.
- # Display them to a user, or handle them programatically.
+ # Display them to a user, or handle them programmatically.
pass
The first step ``full_clean()`` performs is to clean each individual field.