Min ho Kim
|
cfb7bd74db
|
Fix typos (#1113)
|
2019-07-03 11:20:45 -07:00 |
Mariatta
|
cf3bad5ab3
|
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3 .
|
2017-11-11 11:28:55 -08:00 |
Huang Huang
|
bb0e518ed3
|
Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
|
2017-11-11 10:30:43 -08:00 |
Serhiy Storchaka
|
a53392a0f0
|
Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
|
2017-03-24 23:11:33 +02:00 |
Berker Peksag
|
970e9c5346
|
Fix typos in PEP 423
Closes #54
|
2016-07-14 17:16:06 +03:00 |
Marti Raudsepp
|
04a6af2ab1
|
Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
|
2016-07-11 18:35:35 +03:00 |
Guido van Rossum
|
8588e3692b
|
Fix link for "Registering with the Package Index".
|
2015-12-18 09:42:08 -08:00 |
Nick Coghlan
|
2e08612ea3
|
Mass deferral as proposed on python-dev
|
2013-05-18 17:50:40 +10:00 |
Benjamin Peterson
|
1ecbaa9519
|
fix header
|
2012-06-27 09:09:25 -07:00 |
Guido van Rossum
|
f1db51dc79
|
Add PEP 423 (Naming conventions and recipes related to packaging).
|
2012-06-26 10:25:12 -07:00 |