From 871daa956ca9ea99f3c3e30acb424b7960676734 Mon Sep 17 00:00:00 2001 From: Aliaksei Urbanski Date: Wed, 24 Jan 2024 23:44:08 +0300 Subject: [PATCH] Fix the "Specifying multiple Python/PyPy versions" link (#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. --- docs/advanced-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 1d77f7a..6ac80de 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -2,7 +2,7 @@ - [Using the python-version input](advanced-usage.md#using-the-python-version-input) - [Specifying a Python version](advanced-usage.md#specifying-a-python-version) - [Specifying a PyPy version](advanced-usage.md#specifying-a-pypy-version) - - [Specifying multiple Python and PyPy versions](advanced-usage.md#specifying-multiple-python/pypy-version) + - [Specifying multiple Python/PyPy versions](advanced-usage.md#specifying-multiple-pythonpypy-versions) - [Matrix Testing](advanced-usage.md#matrix-testing) - [Using the python-version-file input](advanced-usage.md#using-the-python-version-file-input) - [Check latest version](advanced-usage.md#check-latest-version) @@ -146,7 +146,7 @@ jobs: ``` More details on PyPy syntax can be found in the [Available versions of PyPy](#pypy) section. -### Specifying multiple Python/PyPy version +### Specifying multiple Python/PyPy versions The python-version input can get multiple python/pypy versions. The last specified version will be used as a default one. Download and set up multiple Python versions: