10000 Fix typo in advanced-usage.md · rushablab/setup-python@b152b04 · GitHub
[go: up one dir, main page]

Skip to content

Commit b152b04

Browse files
author
IvanZosimov
committed
Fix typo in advanced-usage.md
1 parent a624f1f commit b152b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
180180
# Using python-version-file input
181181
182-
`setup-python` action can read Python/PyPy version from a version file. `python-version-file` input is used for specifying the path to the version file. If the `.python-version` file doesn't exist, the action will fail with an error.
182+
`setup-python` action can read Python/PyPy version from a version file. `python-version-file` input is used for specifying the path to the version file. If the file that was supplied to `python-version-file` input doesn't exist, the action will fail with error.
183183

184184
>In case both `python-version` and `python-version-file` inputs are supplied, the `python-version-file` input will be ignored due to its lower priority.
185185

0 commit comments

Comments
 (0)
0