Fixed typo in db/models/fields/related_descriptors.py

This commit is contained in:
Paulo 2016-06-07 08:50:06 -04:00 committed by Tim Graham
parent 3e9f769fd1
commit 1a2a7cc01e
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ class ReverseOneToOneDescriptor(object):
- ``self`` is the descriptor managing the ``restaurant`` attribute
- ``instance`` is the ``place`` instance
- ``instance_type`` in the ``Place`` class (we don't need it)
- ``cls`` is the ``Place`` class (unused)
Keep in mind that ``Restaurant`` holds the foreign key to ``Place``.
"""