]> granicus.if.org Git - python/commitdiff
Fix markup for external links.
authorDoug Hellmann <doug.hellmann@gmail.com>
Sun, 20 Sep 2009 20:44:13 +0000 (20:44 +0000)
committerDoug Hellmann <doug.hellmann@gmail.com>
Sun, 20 Sep 2009 20:44:13 +0000 (20:44 +0000)
Doc/library/os.rst
Doc/library/plistlib.rst

index 4cc6d4f66291635f7d0778bf694eed1eb50aff4a..260b3b3bf7c1c50153df6dd7bf44c90db8f84814 100644 (file)
@@ -679,7 +679,7 @@ The following constants are options for the *flags* parameter to the
 :func:`~os.open` function.  They can be combined using the bitwise OR operator
 ``|``.  Some of them are not available on all platforms.  For descriptions of
 their availability and use, consult the :manpage:`open(2)` manual page on Unix
-or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>` on Windows.
+or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windows.
 
 
 .. data:: O_RDONLY
index 239e3f671b42bd3ac737c484e284e9185ef153a9..309ddeca5851e5fc9c84f6fc1b1785c210f9bede 100644 (file)
@@ -33,7 +33,7 @@ contain control characters.
 
 .. seealso::
 
-   `PList manual page <http://developer.apple.com/documentation/Darwin/Reference/ManPages/man5/plist.5.html>`
+   `PList manual page <http://developer.apple.com/documentation/Darwin/Reference/ManPages/man5/plist.5.html>`_
       Apple's documentation of the file format.