PEP 3124: Resolve dangling hyphens (#3362)

This commit is contained in:
Adam Turner 2023-09-01 19:46:41 +01:00 committed by GitHub
parent be43f82d93
commit 16c5f92aba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -959,8 +959,8 @@ about.
As a result, the vast majority of overloads can be found adjacent to
either the function being overloaded, or to a newly-defined type for
which the overload is adding support. Thus, overloads are highly-
discoverable in the common case, as you are either looking at the
which the overload is adding support. Thus, overloads are
highly-discoverable in the common case, as you are either looking at the
function or the type, or both.
It is only in rather infrequent cases that one will have overloads in a