mirror of
https://github.com/django/django.git
synced 2025-07-12 05:39:11 +00:00
Fixed typo in ReverseManyToOneDescriptor docstring.
This commit is contained in:
parent
a8912e4383
commit
994950e886
@ -602,7 +602,7 @@ class ReverseManyToOneDescriptor:
|
|||||||
``Parent.children`` is a ``ReverseManyToOneDescriptor`` instance.
|
``Parent.children`` is a ``ReverseManyToOneDescriptor`` instance.
|
||||||
|
|
||||||
Most of the implementation is delegated to a dynamically defined manager
|
Most of the implementation is delegated to a dynamically defined manager
|
||||||
class built by ``create_forward_many_to_many_manager()`` defined below.
|
class built by ``create_reverse_many_to_one_manager()`` defined below.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, rel):
|
def __init__(self, rel):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user