From d5cb4daf1eb76d1cb408d45a30fe10233bae0c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Fri, 9 Dec 2022 14:53:39 +0100 Subject: [PATCH] Make the changes regarding the usage of `#` more discoverable --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 6e7f582d1..e3bd41941 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -15,7 +15,7 @@ tox 4 - Python support tox 4 - changed INI rules +++++++++++++++++++++++++ -- The ``#`` character now always acts as comment within ``tox.ini`` or ``setup.cfg`` tox configuration file. Where you +- The hash sign (``#``) now always acts as comment within ``tox.ini`` or ``setup.cfg`` tox configuration file. Where you need to pass on a ``#`` character you will need to escape it in form of ``\#`` so tox does not handle everything right of the ``#`` character as a comment. Valid in tox 3: