Fix markup

This commit is contained in:
Raymond Hettinger 2009-04-09 00:18:29 +00:00
parent 35a88363a5
commit be3a821b81
1 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@ New, Improved, and Deprecated Modules
(Contributed by Benjamin Peterson and Antoine Pitrou.)
* The :mod:`io` module has three new constants for :meth:`seek`:
* The :mod:`io` module has three new constants for the :meth:`seek`
method :data:`SEEK_SET`, :data:`SEEK_CUR`, and :data:`SEEK_END`.
* The :attr:`sys.version_info` tuple is now a named tuple::
@ -388,4 +388,4 @@ Changes to Python's build process and to the C API include:
* Deprecated :cfunc:`PyNumber_Int`. Use :cfunc:`PyNumber_Long` instead.
(Contributed by Mark Dickinson; :issue;`4910`.)
(Contributed by Mark Dickinson; :issue:`4910`.)