Skip to content

Commit 3e015be

Browse files
3coinshugovk
andcommitted
Update src/pypistats/__init__.py
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent b2d0fdc commit 3e015be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pypistats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def _paramify(param_name: str, param_value: float | str | None) -> str:
485485

486486
def recent(package: str, period: str | None = None, **kwargs: str):
487487
"""Retrieve the aggregate download quantities for the last 1/7/30 days,
488-
only includes without mirror downloads."""
488+
excluding downloads from mirrors"""
489489
endpoint = f"packages/{package}/recent"
490490
params = _paramify("period", period)
491491
return pypi_stats_api(endpoint, params, **kwargs)

0 commit comments

Comments
 (0)