Skip to content

Commit 8390763

Browse files
authored
Fix pep440 identifier instead of specifier (#358)
1 parent 9bf3815 commit 8390763

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Set up your GitHub Actions workflow with a specific version of [uv](https://docs
1414
- [Install a required-version or latest (default)](#install-a-required-version-or-latest-default)
1515
- [Install the latest version](#install-the-latest-version)
1616
- [Install a specific version](#install-a-specific-version)
17-
- [Install a version by supplying a semver range or pep440 identifier](#install-a-version-by-supplying-a-semver-range-or-pep440-identifier)
17+
- [Install a version by supplying a semver range or pep440 specifier](#install-a-version-by-supplying-a-semver-range-or-pep440-specifier)
1818
- [Install a required-version](#install-a-required-version)
1919
- [Python version](#python-version)
2020
- [Validate checksum](#validate-checksum)
@@ -63,10 +63,10 @@ For an example workflow, see
6363
version: "0.4.4"
6464
```
6565

66-
### Install a version by supplying a semver range or pep440 identifier
66+
### Install a version by supplying a semver range or pep440 specifier
6767

6868
You can specify a [semver range](https://github.com/npm/node-semver?tab=readme-ov-file#ranges)
69-
or [pep440 identifier](https://peps.python.org/pep-0440/#version-specifiers)
69+
or [pep440 specifier](https://peps.python.org/pep-0440/#version-specifiers)
7070
to install the latest version that satisfies the range.
7171

7272
```yaml

0 commit comments

Comments
 (0)