diff options
Diffstat (limited to 'python/python-scandir')
-rw-r--r-- | python/python-scandir/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-scandir/README b/python/python-scandir/README index ae8005a62cfd..06f58b7ca8d6 100644 --- a/python/python-scandir/README +++ b/python/python-scandir/README @@ -8,6 +8,6 @@ directory (such as type and stat information). This module also includes a version of os.walk() that uses scandir() to speed it up significantly. -NOTE: If you’re using Python version 3.5+, os.scandir() and the +NOTE: If you're using Python version 3.5+, os.scandir() and the speed improvements to os.walk() are already available in the standard library. |