Page MenuHomeSoftware Heritage

D2558.id.diff
No OneTemporary

D2558.id.diff

diff --git a/swh/model/model.py b/swh/model/model.py
--- a/swh/model/model.py
+++ b/swh/model/model.py
@@ -119,7 +119,7 @@
@classmethod
def from_dict(cls, d):
"""Builds a TimestampWithTimezone from any of the formats
- accepted by :py:`swh.model.normalize_timestamp`."""
+ accepted by :func:`swh.model.normalize_timestamp`."""
d = normalize_timestamp(d)
return cls(
timestamp=Timestamp.from_dict(d['timestamp']),

File Metadata

Mime Type
text/plain
Expires
Jul 27 2024, 5:10 PM (11 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3214441

Event Timeline