Commit Graph

16 Commits

Author SHA1 Message Date
Marti Raudsepp 9b64c6ea75
Various typo/grammar/style fixes (#1789)
Changes detected by Topy (https://github.com/intgr/topy), all changes
verified by hand, false positives have been omitted.

These range from straight-out misspellings to debatable hyphen placement.
The hyphen changes are supported by grammar manuals of style.
2021-02-03 06:06:23 -08:00
방성범 (Bang Seongbeom) cdbac8e836
PEP 612: Fix typo (#1755) 2021-01-02 20:39:50 -08:00
kj 08f7e0e699
PEP 612: Clean up code examples, link to CPython implementation (#1745) 2020-12-23 20:20:36 -08:00
Guido van Rossum a55bc989c9 PEP 612: Accepted 2020-08-11 12:17:19 -07:00
Stephan Hoyer d198754bdb
PEP 612: Fix indentation in code example (#1557) 2020-08-10 19:47:05 -07:00
Guido van Rossum 0a12f69b07 PEP 612: Make GvR the PEP Delegate 2020-08-10 11:56:30 -07:00
Mark Mendoza d0e2f3bbaa
PEP 612: Renaming type_variable_operators to operators and adding an explanation (#1546)
* explaining why we have to special case *args: P.args

* typing.type_variable_operators.Concatenate -> typing.Concatenate
2020-07-31 19:59:17 -07:00
Mark Mendoza f5d19f3628
PEP 612: Edits requested from typing-sig (#1545)
* x_int_y_str -> x_y y_int_x_str -> y_x

* Behavioral subtype

* documenting construction of user-defined generic classes
2020-07-31 13:23:39 -07:00
Guido van Rossum 3c44c60f04 PEP 612: Fix typos 2020-07-30 20:28:25 -07:00
Mark Mendoza ffb78a8542
PEP 612: Updating PEP metadata (#1544) 2020-07-29 12:22:34 -07:00
Mark Mendoza d872215d94
PEP 612: Polishing up (#1521)
* making indentation consistent

* small alteration to section structure

* providing a bit more context for the 'User Defined Generic Classes' section

* missing 'and'
2020-07-13 13:11:38 -07:00
Mark Mendoza d32dc02bde
PEP 612: Updates from typing-sig discussions (#1424) 2020-06-25 20:47:44 -07:00
Guido van Rossum 0fcb222a7c
PEP 612: Guido as sponsor, and two minor edits (#1301) 2020-02-06 21:18:37 -08:00
Jason Fried 565b6778dc
Fixed bad TypeVar definition (#1288)
Identifier must match TypeVar name
2020-01-29 15:21:31 -08:00
Mark Mendoza 50eadddca7 PEP 612: Formatting changes (#1260)
* line breaking

* one extra space

* Ps

* fix syntax
2019-12-21 08:12:00 +11:00
Mark Mendoza 0644091b0e PEP 612: Parameter Specification Variables (#1259)
* Initial submission of PEP 612

* fix some formatting problems

* removing code-block type to be compatible with build script

* permissive license
2019-12-21 02:12:44 +11:00