Skip to content

Commit ad9d5d7

Browse files
committed
Fixed an error in a docstring.
- Legacy-Id: 11534
1 parent a4b5bbc commit ad9d5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ class Meta:
575575
def save_document_in_history(doc):
576576
"""This should be called before saving changes to a Document instance,
577577
so that the DocHistory entries contain all previous states, while
578-
the Group entry contain the current state. XXX TODO: Call this
578+
the Document entry contain the current state. XXX TODO: Call this
579579
directly from Document.save(), and add event listeners for save()
580580
on related objects so we can save as needed when they change, too.
581581
"""

0 commit comments

Comments
 (0)