Fix typos in a docstring (#5598)

Fix typos in a docstring
This commit is contained in:
Bruno Oliveira 2019-07-12 07:37:50 -03:00 committed by GitHub
commit 8052c7c5c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -109,9 +109,9 @@ def _force_symlink(root, target, link_to):
"""helper to create the current symlink
it's full of race conditions that are reasonably ok to ignore
for the context of best effort linking to the latest testrun
for the context of best effort linking to the latest test run
the presumption being thatin case of much parallelism
the presumption being that in case of much parallelism
the inaccuracy is going to be acceptable
"""
current_symlink = root.joinpath(target)