diff --git a/django/db/models/fields/related.py b/django/db/models/fields/related.py index 1ca6d0e92d..e111a2236f 100644 --- a/django/db/models/fields/related.py +++ b/django/db/models/fields/related.py @@ -136,7 +136,7 @@ class ReverseManyRelatedObjectsDescriptor(object): # multiple "remote" values and have a ManyToManyField defined in their # model (rather than having another model pointed *at* them). # In the example "poll.sites", the sites attribute is a - # ManyRelatedObjectsDescriptor instance. + # ReverseManyRelatedObjectsDescriptor instance. def __init__(self, m2m_field): self.field = m2m_field self.rel_model = m2m_field.rel.to