File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ There is a template in this directory called `tox.jinja` which contains a
1313combination of hardcoded and generated entries.
1414
1515The ` populate_tox.py ` script fills out the auto-generated part of that template.
16- It does this by querying PYPI for each framework's package and its metadata and
16+ It does this by querying PyPI for each framework's package and its metadata and
1717then determining which versions make sense to test to get good coverage.
1818
1919The lowest supported and latest version of a framework are always tested, with
Original file line number Diff line number Diff line change 112112
113113@functools .cache
114114def fetch_package (package : str ) -> dict :
115- """Fetch package metadata from PYPI ."""
115+ """Fetch package metadata from PyPI ."""
116116 url = PYPI_PROJECT_URL .format (project = package )
117117 pypi_data = requests .get (url )
118118
You can’t perform that action at this time.
0 commit comments