From d7708f6a219adb73abb25e2ea42ee9909fd5444d Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Wed, 13 Oct 2021 19:47:06 +0100 Subject: [PATCH] Fix typo "interpreters" --- docs/config-file/v2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config-file/v2.rst b/docs/config-file/v2.rst index f1562b6eb1e..4aba43da689 100644 --- a/docs/config-file/v2.rst +++ b/docs/config-file/v2.rst @@ -351,7 +351,7 @@ build.tools.python `````````````````` Python version to use. -You can use several interpretes and versions, from CPython, PyPy, Miniconda, and Mamba. +You can use several interpreters and versions, from CPython, PyPy, Miniconda, and Mamba. .. note::