Fix typo in doc with syspath_prepend

This commit is contained in:
Daniel Hahler 2020-02-22 13:15:07 +01:00
parent 2277817176
commit 47ccd58fb4
1 changed files with 1 additions and 1 deletions

View File

@ -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.