Skip to content

Commit 471d909

Browse files
authored
PEP 471: Resolve dangling hyphens (#3354)
1 parent 5b5d477 commit 471d909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-0471.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ better than this.)
4646

4747
In practice, removing all those extra system calls makes ``os.walk()``
4848
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`_.
49+
on POSIX systems**. So we're not talking about
50+
micro-optimizations. See more `benchmarks here`_.
5151

5252
.. _`benchmarks here`: https://github.com/benhoyt/scandir#benchmarks
5353

0 commit comments

Comments
 (0)