Fix trailing whitespace in PEP 411.
This commit is contained in:
parent
a70119cec8
commit
b78004c6dd
|
@ -41,7 +41,7 @@ package's API is optimal, the package can be included and marked as
|
|||
In the next minor release, the package may either be "graduated" into a normal
|
||||
"stable" state in the standard library, remain in provisional state, or be
|
||||
rejected and removed entirely from the Python source tree. If the package ends
|
||||
up graduating into the stable state after being provisional, its API may
|
||||
up graduating into the stable state after being provisional, its API may
|
||||
be changed according to accumulated feedback. The core development team
|
||||
explicitly makes no guarantees about API stability and backward compatibility
|
||||
of provisional packages.
|
||||
|
@ -64,7 +64,7 @@ The phrase "provisional basis" will then be a link to the glossary term
|
|||
|
||||
A provisional package is one which has been deliberately excluded from the
|
||||
standard library's normal backwards compatibility guarantees. While major
|
||||
changes to such packages are not expected, as long as they are marked
|
||||
changes to such packages are not expected, as long as they are marked
|
||||
provisional, backwards incompatible changes (up to and including removal of
|
||||
the package) may occur if deemed necessary by core developers. Such changes
|
||||
will not be made gratuitously - they will occur only if serious flaws are
|
||||
|
|
Loading…
Reference in New Issue