From 09d980e664f65adb3833d0901bba80057449fb99 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Mon, 14 Nov 2016 15:41:25 -0500 Subject: python/python-scandir: Fix README. --- python/python-scandir/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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. -- cgit v1.2.3