Issue 1243081: repair typos - Python tracker (original) (raw)
This patch fixes a bunch of typos.
Doc/lib/libsets.tex The built-in versions do not have a _repr(sort=True) method sort -> sorted. Refer to Lib/sets.py.
Doc/lib/libsets.tex because it the one supported by the builtin set() and frozenset() types. because it is the one ...
Doc/whatsnew/whatsnew25.tex a \method{extractall()} method that extracts an \method{extractall()} ...
compatability -> compatibility Yes, google has 663000 hits of compatability, but at least in the Python documentation, compatibility is used about 100 times more frequently than compatability, so this change will make the wording more consistent. Many files are affected.
Attached a patch for CVS HEAD and release24-maint.