diff options
| author | Qile Wang <AroundTheLines@users.noreply.github.com> | 2015-12-03 11:31:41 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-03 12:55:32 -0500 |
| commit | 83a710b8d3bfb2ac94ba9ae0672bd7b550339629 (patch) | |
| tree | 3c41aab53f5f6e690621294f0be3079b3476ee05 /docs | |
| parent | 93452a70e8a62c7408eeded444f5088d4a26212d (diff) | |
Fixed typo in docs/ref/models/instances.txt
Diffstat (limited to 'docs')
| -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 16786c09d0..e8849d7405 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -613,7 +613,7 @@ For example:: return '%s %s' % (self.first_name, self.last_name) If you'd like compatibility with Python 2, you can decorate your model class -with :func:`~django.utils.encoding.python_2_unicode_compatible` as show above. +with :func:`~django.utils.encoding.python_2_unicode_compatible` as shown above. ``__eq__`` ---------- |
