Skip to content

Commit 97df1d2

Browse files
authored
PEP 235: Resolve dangling hyphens (#3345)
1 parent e8715f8 commit 97df1d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-0235.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ A. If the ``PYTHONCASEOK`` environment variable exists, same as
125125
B. Else search ``sys.path`` for the first case-sensitive match; raise
126126
``ImportError`` if none found.
127127

128-
#B is the same rule as is used on Unix, so this will improve cross-
129-
platform portability. That's good. #B is also the rule the Mac
128+
#B is the same rule as is used on Unix, so this will improve
129+
cross-platform portability. That's good. #B is also the rule the Mac
130130
and Cygwin folks want (and wanted enough to implement themselves,
131131
multiple times, which is a powerful argument in PythonLand). It
132132
can't cause any existing non-exceptional Windows import to fail,

0 commit comments

Comments
 (0)