Skip to content

Commit b2d0fdc

Browse files
pre-commit-ci[bot]3coins
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ff7e4ab commit b2d0fdc

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
@@ -484,7 +484,7 @@ def _paramify(param_name: str, param_value: float | str | None) -> str:
484484

485485

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

0 commit comments

Comments
 (0)