[Python-checkins] r79790 - in python/branches/py3k: Doc/whatsnew/2.7.rst

ezio.melotti python-checkins at python.org
Mon Apr 5 10:21:29 CEST 2010


Author: ezio.melotti
Date: Mon Apr  5 10:21:29 2010
New Revision: 79790

Log:
Merged revisions 79788 via svnmerge from 
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.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/whatsnew/2.7.rst

Modified: python/branches/py3k/Doc/whatsnew/2.7.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/2.7.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/2.7.rst	Mon Apr  5 10:21:29 2010
@@ -848,7 +848,7 @@
   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`.)


More information about the Python-checkins mailing list