PEP 729: Reword confusing "end users" wording (#3539)
This commit is contained in:
parent
76cf190e5e
commit
3db0f12cb1
|
@ -321,8 +321,9 @@ The specification has a few audiences:
|
||||||
* For people who want to propose changes to the type system, it provides a
|
* For people who want to propose changes to the type system, it provides a
|
||||||
foundation for any new proposals.
|
foundation for any new proposals.
|
||||||
|
|
||||||
Notably, the specification is not aimed at end users of typing, who typically do not
|
Notably, the specification is not aimed at application developers who use
|
||||||
need to worry about compatibility across type checkers. Such users
|
typing. Such users typically do not
|
||||||
|
need to worry about compatibility across type checkers. They
|
||||||
are better served by a more informal user-facing reference, which is discussed
|
are better served by a more informal user-facing reference, which is discussed
|
||||||
in the next section.
|
in the next section.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue