From: Doug Hellmann Date: Sun, 20 Sep 2009 20:56:56 +0000 (+0000) Subject: Merged revisions 74984 via svnmerge from X-Git-Tag: v3.2a1~2513 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb097fca52f47d012df127c7c83d72a8e3881d73;p=thirdparty%2FPython%2Fcpython.git 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. ........ --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index aa95d1dac04b..f3485cca57c7 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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 ` on Windows. +or `the MSDN `_ on Windows. .. data:: O_RDONLY