Skip to content

Commit 24cc1e6

Browse files
committed
Improve note about raw strings on Windows
1 parent 8e1561a commit 24cc1e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox_recreate_hook/hooks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def rmdir(path: PathLike) -> str:
4949
.. attention::
5050
5151
On Windows-like systems using ``\`` as a path separator
52-
you may need to use a *raw string* for the path:
52+
you may need to use a *raw string* for the path as the ``toxinidir``
53+
substitution may contain backslashes:
5354
5455
.. code-block:: ini
5556

0 commit comments

Comments
 (0)