diff options
Diffstat (limited to 'python/fatcat_web')
-rw-r--r-- | python/fatcat_web/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/search.py b/python/fatcat_web/search.py index 78cde383..90575818 100644 --- a/python/fatcat_web/search.py +++ b/python/fatcat_web/search.py @@ -496,7 +496,7 @@ def get_elastic_container_preservation_by_year(container_id: str) -> List[dict]: """ Fetches a stacked histogram of {year, preservation}. - Preservation has 4 potential values; this function filters to the past 250 + Preservation has 4 potential values; this function filters to the past 250 years (at most), or about 1000 values. Returns a list of dicts, sorted by year, with keys/values like: |