diff --git a/src/_pytest/monkeypatch.py b/src/_pytest/monkeypatch.py index 8aec7b818..ce1c0f651 100644 --- a/src/_pytest/monkeypatch.py +++ b/src/_pytest/monkeypatch.py @@ -262,7 +262,7 @@ class MonkeyPatch: # A call to syspathinsert() usually means that the caller wants to # import some dynamically created files, thus with python3 we # invalidate its import caches. - # This is especially important when any namespace package is in used, + # This is especially important when any namespace package is in use, # since then the mtime based FileFinder cache (that gets created in # this case already) gets not invalidated when writing the new files # quickly afterwards.