diff options
author | Georg Brandl <georg@python.org> | 2011-04-29 11:45:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-04-29 11:45:54 (GMT) |
commit | 0cd25c9dd95771dfebc22dab9cd07d4a3b916ced (patch) | |
tree | 339b109de6ed9c8a4778654cd5b9f027521dda99 /Doc/whatsnew | |
parent | cfc81d1d0e2b361267cdaa7340fb53161a0ab8f2 (diff) | |
download | cpython-0cd25c9dd95771dfebc22dab9cd07d4a3b916ced.zip cpython-0cd25c9dd95771dfebc22dab9cd07d4a3b916ced.tar.gz cpython-0cd25c9dd95771dfebc22dab9cd07d4a3b916ced.tar.bz2 |
Small grammar fix.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index a2a9c19..a26fe75 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -136,10 +136,10 @@ Changes to Python's build process and to the C API include: * Stub -Unsupported operating systems +Unsupported Operating Systems ============================= -OS/2 and VMS are no more supported because of the lack of maintainer. +OS/2 and VMS are no more supported because of the lack of a maintainer. Porting to Python 3.3 |