summaryrefslogtreecommitdiffstats
path: root/python/python-scandir
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 15:41:25 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commit09d980e664f65adb3833d0901bba80057449fb99 (patch)
tree009fe0ab0d1f43e43a4231207471b7df8af6f78a /python/python-scandir
parent481832938f4b3971d6f3766a35cc5fd9fac20e6d (diff)
downloadslackbuilds-09d980e664f65adb3833d0901bba80057449fb99.tar.gz
slackbuilds-09d980e664f65adb3833d0901bba80057449fb99.tar.xz
python/python-scandir: Fix README.
Diffstat (limited to 'python/python-scandir')
-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.