]> granicus.if.org Git - python/commitdiff
Fix markup
authorRaymond Hettinger <python@rcn.com>
Thu, 9 Apr 2009 00:18:29 +0000 (00:18 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 9 Apr 2009 00:18:29 +0000 (00:18 +0000)
Doc/whatsnew/3.1.rst

index 56169a2141a9a51c9d1ad99619448c3bf433a9ab..e69721e9449677dc80189342ac0a46a352081e29 100644 (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`.)