We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#
1 parent 64aca93 commit 3636006Copy full SHA for 3636006
docs/faq.rst
@@ -15,7 +15,7 @@ tox 4 - Python support
15
16
tox 4 - changed INI rules
17
+++++++++++++++++++++++++
18
-- 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
19
need to pass on a ``#`` character you will need to escape it in form of ``\#`` so tox does not handle everything right
20
of the ``#`` character as a comment. Valid in tox 3:
21
0 commit comments