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 8e1561a commit 24cc1e6Copy full SHA for 24cc1e6
tox_recreate_hook/hooks.py
@@ -49,7 +49,8 @@ def rmdir(path: PathLike) -> str:
49
.. attention::
50
51
On Windows-like systems using ``\`` as a path separator
52
- you may need to use a *raw string* for the path:
+ you may need to use a *raw string* for the path as the ``toxinidir``
53
+ substitution may contain backslashes:
54
55
.. code-block:: ini
56
0 commit comments