Skip to content

Commit 386e4ea

Browse files
author
IvanZosimov
committed
Fix review points
1 parent 61fb4e4 commit 386e4ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://github.com/actions/setup-python"><img alt="GitHub Actions status" src="https://github.com/actions/setup-python/workflows/Main%20workflow/badge.svg"></a>
55
</p>
66

7-
This action provides the following functionality for GitHub Actions users:
7+
This action provides the following functionalities for GitHub Actions users:
88

99
- Optionally downloading and installing the requested version of Python/PyPy and adding it to the PATH
1010
- Optionally caching dependencies for pip, pipenv and poetry
@@ -45,7 +45,7 @@ The `python-version` input supports the [Semantic Versioning Specification](http
4545

4646
## Supported architectures
4747

48-
Using `architecture` input it's possible to specify required python's interpreter architecture: `x86` or `x64`. If input is not specified the architecture defaults to `x64`.
48+
Using `architecture` input it is possible to specify required Python/PyPy interpreter architecture: `x86` or `x64`. If input is not specified the architecture defaults to `x64`.
4949

5050
## Caching packages dependencies
5151

0 commit comments

Comments
 (0)