From c89e379f49f49bc5ed38b05a28cd9fd46de5762c Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Fri, 12 Jul 2019 02:35:44 +0300 Subject: [PATCH] Fix typos --- src/_pytest/pathlib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_pytest/pathlib.py b/src/_pytest/pathlib.py index 7094d8c69..b5f2bf0fb 100644 --- a/src/_pytest/pathlib.py +++ b/src/_pytest/pathlib.py @@ -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)