Skip to content

Commit c89e379

Browse files
committed
Fix typos
1 parent 4027254 commit c89e379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_pytest/pathlib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ def _force_symlink(root, target, link_to):
109109
"""helper to create the current symlink
110110
111111
it's full of race conditions that are reasonably ok to ignore
112-
for the context of best effort linking to the latest testrun
112+
for the context of best effort linking to the latest test run
113113
114-
the presumption being thatin case of much parallelism
114+
the presumption being that in case of much parallelism
115115
the inaccuracy is going to be acceptable
116116
"""
117117
current_symlink = root.joinpath(target)

0 commit comments

Comments
 (0)