summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-04-09 00:18:29 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-04-09 00:18:29 (GMT)
commitbe3a821b81b8ba096e465c7a75a52e30c9948277 (patch)
tree70b77e59890ea08cc2a26547356bc7f6d302e396 /Doc
parent35a88363a5a76872699763bef51e7ef628b855e9 (diff)
downloadcpython-be3a821b81b8ba096e465c7a75a52e30c9948277.zip
cpython-be3a821b81b8ba096e465c7a75a52e30c9948277.tar.gz
cpython-be3a821b81b8ba096e465c7a75a52e30c9948277.tar.bz2
Fix markup
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index 56169a2..e69721e 100644
--- a/Doc/whatsnew/3.1.rst
+++ b/Doc/whatsnew/3.1.rst
@@ -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`.)