Skip to content

Commit df7df69

Browse files
committed
Updated comment text
- Legacy-Id: 15131
1 parent f0c0753 commit df7df69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/utils/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def find_history_active_at(obj, time):
22
"""Assumes obj has a corresponding history model (e.g. obj could
3-
be Person with a corresponding PersonHistory model), then either
3+
be Document with a corresponding DocHistory model), then either
44
returns the object itself if it was active at time, or the history
55
object active at time, or None if time predates the object and its
66
history (assuming history is complete).

0 commit comments

Comments
 (0)