diff options
| author | Julien Phalip <jphalip@gmail.com> | 2013-07-27 18:45:25 -0700 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2013-07-27 18:46:03 -0700 |
| commit | 47c755327be9a3b976f5f78fc21f336f27aa6413 (patch) | |
| tree | 642bce46ec934223ed4a17ac3c6dbcbfdf953b8b /docs/ref/models | |
| parent | ca39c0a6becf497880181b3a5ef6db84130f9723 (diff) | |
Fixed a number of minor misspellings.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/instances.txt | 2 |
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. |
