Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 871daa9

Browse filesBrowse files
authored
Fix the "Specifying multiple Python/PyPy versions" link (actions#782)
The link was broken due to inconsistency between a table of content and an actual title of a corresponding section of the Advanced Usage guide.
1 parent 2f07895 commit 871daa9
Copy full SHA for 871daa9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/advanced-usage.md

Copy file name to clipboardExpand all lines: docs/advanced-usage.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- [Using the python-version input](advanced-usage.md#using-the-python-version-input)
33
- [Specifying a Python version](advanced-usage.md#specifying-a-python-version)
44
- [Specifying a PyPy version](advanced-usage.md#specifying-a-pypy-version)
5-
- [Specifying multiple Python and PyPy versions](advanced-usage.md#specifying-multiple-python/pypy-version)
5+
- [Specifying multiple Python/PyPy versions](advanced-usage.md#specifying-multiple-pythonpypy-versions)
66
- [Matrix Testing](advanced-usage.md#matrix-testing)
77
- [Using the python-version-file input](advanced-usage.md#using-the-python-version-file-input)
88
- [Check latest version](advanced-usage.md#check-latest-version)
@@ -146,7 +146,7 @@ jobs:
146146
```
147147
More details on PyPy syntax can be found in the [Available versions of PyPy](#pypy) section.
148148

149-
### Specifying multiple Python/PyPy version
149+
### Specifying multiple Python/PyPy versions
150150
The python-version input can get multiple python/pypy versions. The last specified version will be used as a default one.
151151

152152
Download and set up multiple Python versions:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.