]> granicus.if.org Git - python/commitdiff
Fix markup errors.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 5 Apr 2010 08:16:41 +0000 (08:16 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 5 Apr 2010 08:16:41 +0000 (08:16 +0000)
Doc/library/struct.rst
Doc/library/subprocess.rst
Doc/whatsnew/2.7.rst

index ea6b4163ff826c8a1961061983a354c0cd540082..492aa1d8c5d655e98f5f472386f4145005d7705b 100644 (file)
@@ -129,7 +129,7 @@ Notes:
    called to convert the argument to an integer before packing.  If no
    :meth:`__index__` method exists, or the call to :meth:`__index__` raises
    :exc:`TypeError`, then the :meth:`__int__` method is tried.  However, the use
-   of `__int__` is deprecated, and will raise :exc:`DeprecationWarning`.
+   of :meth:`__int__` is deprecated, and will raise :exc:`DeprecationWarning`.
 
    .. versionchanged:: 2.7
       Use of the :meth:`__index__` method for non-integers is new in 2.7.
index 439a46da769206c9e0c5464913d7a3529c49c26a..19a8b6b8260527a9e9cc1a72ce3adac9e8ddd54d 100644 (file)
@@ -321,7 +321,7 @@ Instances of the :class:`Popen` class have the following methods:
    .. note::
 
       On Windows, SIGTERM is an alias for :meth:`terminate`. CTRL_C_EVENT and
-      CTRL_BREAK_EVENT can be sent to processes started with a `creationflags`
+      CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*
       parameter which includes `CREATE_NEW_PROCESS_GROUP`.
 
    .. versionadded:: 2.6
index dfc158c394679ede96094f0ba666d27bdefe70af..9590dce0cbe64ac7374b74c9f4b978fa0df7d6db 100644 (file)
@@ -894,7 +894,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`.)