Commit Graph

15 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
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
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
Serhiy Storchaka 3dad438872 Issue #26916: Fixed words duplications. 2016-05-03 12:03:16 +03:00
Georg Brandl 5999b23389 Fixup some more lists-in-blockquotes. Fixes #26914. 2016-05-03 10:35:10 +02:00
Georg Brandl 4d8ea1d0fe Fix lists-in-blockquotes in 3xxx PEPs. Ref: #26914 2016-05-03 09:51:54 +02:00
Serhiy Storchaka d277ad711a Removed unneeded spaces before commas and periods. 2015-02-14 19:47:39 +02:00
Georg Brandl d456d20d07 Update doc URLs in PEPs. 2008-10-02 12:40:49 +00:00
Eric Smith 68fc50a4cd Removed %b formatting from string % operator. Because
% formatting will be deprecated in favor of str.format(),
we don't want to be adding features it.
2008-04-18 18:46:07 +00:00
Eric Smith b55641aab1 Clarified that octal % formatting in 2.6 does not change. 2008-03-24 11:02:44 +00:00
Guido van Rossum db53aa267c Accept 3127. There's nothing left to do. 2007-07-19 17:10:10 +00:00
Brett Cannon cdf5d3ce68 Fix the headers so that they are in the right order and no required headers are
missing.
2007-06-19 04:20:07 +00:00
Guido van Rossum 41cc7d87e0 Accept PEP 3127 (integer literal and support) and reject PEP 3130 (access
to current module/class/function).
2007-05-10 22:56:48 +00:00
Guido van Rossum 0129f4bde8 PEP 3127: Integer Literal Support and Syntax Maupin
PEP 3128: BList: A Faster List-like Type               Stutzbach
2007-05-01 16:57:09 +00:00