Skip to content

Commit 3636006

Browse files
committed
Make the changes regarding the usage of # more discoverable
1 parent 64aca93 commit 3636006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tox 4 - Python support
1515

1616
tox 4 - changed INI rules
1717
+++++++++++++++++++++++++
18-
- The ``#`` character now always acts as comment within ``tox.ini`` or ``setup.cfg`` tox configuration file. Where you
18+
- The hash sign (``#``) now always acts as comment within ``tox.ini`` or ``setup.cfg`` tox configuration file. Where you
1919
need to pass on a ``#`` character you will need to escape it in form of ``\#`` so tox does not handle everything right
2020
of the ``#`` character as a comment. Valid in tox 3:
2121

0 commit comments

Comments
 (0)