[Python-checkins] r74985 - in python/branches/release26-maint: Doc/library/os.rst Doc/library/plistlib.rst

doug.hellmann python-checkins at python.org
Sun Sep 20 22:55:04 CEST 2009


Author: doug.hellmann
Date: Sun Sep 20 22:55:04 2009
New Revision: 74985

Log:
Merged revisions 74984 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74984 | doug.hellmann | 2009-09-20 16:44:13 -0400 (Sun, 20 Sep 2009) | 2 lines
  
  Fix markup for external links.
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Doc/library/os.rst
   python/branches/release26-maint/Doc/library/plistlib.rst

Modified: python/branches/release26-maint/Doc/library/os.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/os.rst	(original)
+++ python/branches/release26-maint/Doc/library/os.rst	Sun Sep 20 22:55:04 2009
@@ -676,7 +676,7 @@
 :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

Modified: python/branches/release26-maint/Doc/library/plistlib.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/plistlib.rst	(original)
+++ python/branches/release26-maint/Doc/library/plistlib.rst	Sun Sep 20 22:55:04 2009
@@ -33,7 +33,7 @@
 
 .. 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.
 
 


More information about the Python-checkins mailing list