I've been reading some more, preparing some higher level questions that might be used to improve the documentation. In the meantime, some more observations:
* line 612: 'ha' should be 'has' * around that line, verify_mode is sometimes enclosed by double backticks (for monospace), sometimes not * line 618 might have an indentation problem, it renders strangely in the HTML (http://legacy.python.org/dev/peps/pep-3156) * line 902: 'sigal' should be 'signal' * line 1374: missing a chunk of the description * line 1426: add comma at end * line 1635: paragraph has two unmatched opening parentheses * line 1716: 'unclocks' should be 'unblocks'? * line 1769: 'aqcuire' should be 'acquire' * line 1812: 'put_nowait' has wrong quotes (should be backticks) * line 1818: 'aubclass' should be 'subclass' * line 1900: remove ')' Cheers :) On Sunday, February 23, 2014 6:43:18 AM UTC+1, Guido van Rossum wrote: > > Thanks! The fix should be up on the site within an hour. > > > On Sat, Feb 22, 2014 at 5:20 PM, Tin Tvrtković > <[email protected]<javascript:> > > wrote: > >> Sorry if this is the wrong venue for this. >> >> Looking at http://hg.python.org/peps/file/tip/pep-3156.txt, lines 318 >> and 881: 'stdandard' should be 'standard'. >> > > > > -- > --Guido van Rossum (python.org/~guido) >
