1
0
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:
tinmarbusir 2025-07-09 18:10:04 +02:00 committed by GitHub
parent a8912e4383
commit 994950e886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -602,7 +602,7 @@ class ReverseManyToOneDescriptor:
``Parent.children`` is a ``ReverseManyToOneDescriptor`` instance.
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):