]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 74984 via svnmerge from
authorDoug Hellmann <doug.hellmann@gmail.com>
Sun, 20 Sep 2009 20:56:56 +0000 (20:56 +0000)
committerDoug Hellmann <doug.hellmann@gmail.com>
Sun, 20 Sep 2009 20:56:56 +0000 (20:56 +0000)
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.
........

Doc/library/os.rst

index aa95d1dac04b6ae68830f71e6b4e3777966b814b..f3485cca57c775f7b092ceb2b684354f2e408ed8 100644 (file)
@@ -588,7 +588,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