]> granicus.if.org Git - python/commitdiff
Merged revisions 79788 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 5 Apr 2010 08:21:29 +0000 (08:21 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 5 Apr 2010 08:21:29 +0000 (08:21 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79788 | ezio.melotti | 2010-04-05 11:16:41 +0300 (Mon, 05 Apr 2010) | 1 line

  Fix markup errors.
........

Doc/whatsnew/2.7.rst

index 406588dae492f9d6639816ee0bdb8190455902aa..205d232b45c8fa453dc1ce950e8666284637dad9 100644 (file)
@@ -848,7 +848,7 @@ changes, or look through the Subversion logs for all the details.
   giving the source address that will be used for the connection.
   (Contributed by Eldon Ziegler; :issue:`3972`.)
 
-  The :meth:`recv_into` and `recvfrom_into` methods will now write
+  The :meth:`recv_into` and :meth:`recvfrom_into` methods will now write
   into objects that support the buffer API, most usefully
   the :class:`bytearray` and :class:`memoryview` objects.  (Implemented by
   Antoine Pitrou; :issue:`8104`.)