Skip to content

Commit 3220551

Browse files
committed
Fix swapped characters.
1 parent bdc2bc2 commit 3220551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tox/tox_env/python/virtual_env/package/pyproject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def root(self, value: Path) -> None:
122122
# current frontend.backend_executor, if any, making tox hang upon
123123
# exit waiting for its threads and subprocesses (#3512).
124124
#
125-
# Here, we partially worka round the issue by only resetting the root
125+
# Here, we partially work around the issue by only resetting the root
126126
# when it has actually changed:
127127
if self._root != value:
128128
self._root = value

0 commit comments

Comments
 (0)