diff options
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 |
commit | 09d980e664f65adb3833d0901bba80057449fb99 (patch) | |
tree | 009fe0ab0d1f43e43a4231207471b7df8af6f78a /python/python-scandir | |
parent | 481832938f4b3971d6f3766a35cc5fd9fac20e6d (diff) |
python/python-scandir: Fix README.
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. |