We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5d477 commit 471d909Copy full SHA for 471d909
pep-0471.txt
@@ -46,8 +46,8 @@ better than this.)
46
47
In practice, removing all those extra system calls makes ``os.walk()``
48
about **8-9 times as fast on Windows**, and about **2-3 times as fast
49
-on POSIX systems**. So we're not talking about micro-
50
-optimizations. See more `benchmarks here`_.
+on POSIX systems**. So we're not talking about
+micro-optimizations. See more `benchmarks here`_.
51
52
.. _`benchmarks here`: https://github.com/benhoyt/scandir#benchmarks
53
0 commit comments