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 bdc2bc2 commit 3220551Copy full SHA for 3220551
src/tox/tox_env/python/virtual_env/package/pyproject.py
@@ -122,7 +122,7 @@ def root(self, value: Path) -> None:
122
# current frontend.backend_executor, if any, making tox hang upon
123
# exit waiting for its threads and subprocesses (#3512).
124
#
125
- # Here, we partially worka round the issue by only resetting the root
+ # Here, we partially work around the issue by only resetting the root
126
# when it has actually changed:
127
if self._root != value:
128
self._root = value
0 commit comments