From fbac0786536f682ccb5facfafa1eed6e8b5ac18e Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 10 Dec 2024 16:51:52 -0300 Subject: [PATCH] Fix a typo in a code block in the User Guide (#3462) --- docs/user_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 5fafd9c4b..e3c568786 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -51,7 +51,7 @@ these. The canonical file for this is either a ``tox.toml`` or ``tox.ini`` file. .. code-block:: ini - [tox] + [tox] requires = tox>=4 env_list = lint, type, 3.1{3,2,1}