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:48 -0500 |
| commit | dcac10061245bbbe00d574194e9b4aebd67e0ac6 (patch) | |
| tree | ebe3f085399ef5f42c7fb88b7911e9b2230c6038 /docs | |
| parent | 8897f4b0df30f385d0a95156f8a18b4b25cea37e (diff) | |
[1.9.x] Fixed typo in docs/ref/models/instances.txt
Backport of 83a710b8d3bfb2ac94ba9ae0672bd7b550339629 from master
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 5c5585e05e..70b9883731 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -621,7 +621,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__`` ---------- |
