summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2016-11-14 21:41:25 +0100
committer Willy Sudiarto Raharjo2016-11-15 15:41:38 +0100
commit09d980e664f65adb3833d0901bba80057449fb99 (patch)
tree009fe0ab0d1f43e43a4231207471b7df8af6f78a /python
parent481832938f4b3971d6f3766a35cc5fd9fac20e6d (diff)
downloadslackbuilds-09d980e664f65adb3833d0901bba80057449fb99.tar.gz
python/python-scandir: Fix README.
Diffstat (limited to 'python')
-rw-r--r--python/python-scandir/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-scandir/README b/python/python-scandir/README
index ae8005a62c..06f58b7ca8 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.