We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c0753 commit df7df69Copy full SHA for df7df69
1 file changed
ietf/utils/history.py
@@ -1,6 +1,6 @@
1
def find_history_active_at(obj, time):
2
"""Assumes obj has a corresponding history model (e.g. obj could
3
- be Person with a corresponding PersonHistory model), then either
+ be Document with a corresponding DocHistory model), then either
4
returns the object itself if it was active at time, or the history
5
object active at time, or None if time predates the object and its
6
history (assuming history is complete).
0 commit comments