Commit 1a2a7cc0 authored by Paulo's avatar Paulo Committed by Tim Graham
Browse files

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

parent 3e9f769f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``.
        """