Skip to content

Commit 16c5f92

Browse files
authored
PEP 3124: Resolve dangling hyphens (#3362)
1 parent be43f82 commit 16c5f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-3124.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -959,8 +959,8 @@ about.
959959

960960
As a result, the vast majority of overloads can be found adjacent to
961961
either the function being overloaded, or to a newly-defined type for
962-
which the overload is adding support. Thus, overloads are highly-
963-
discoverable in the common case, as you are either looking at the
962+
which the overload is adding support. Thus, overloads are
963+
highly-discoverable in the common case, as you are either looking at the
964964
function or the type, or both.
965965

966966
It is only in rather infrequent cases that one will have overloads in a

0 commit comments

Comments
 (0)