summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@gmail.com>2009-09-20 20:56:56 (GMT)
committerDoug Hellmann <doug.hellmann@gmail.com>2009-09-20 20:56:56 (GMT)
commiteb097fca52f47d012df127c7c83d72a8e3881d73 (patch)
treed2f5f9e64411a2b6de6c4df56cc4552bd529fa56 /Doc/library/os.rst
parent74f29b4a8bae7c88f77a9998b6ecf44d8aa235b9 (diff)
downloadcpython-eb097fca52f47d012df127c7c83d72a8e3881d73.zip
cpython-eb097fca52f47d012df127c7c83d72a8e3881d73.tar.gz
cpython-eb097fca52f47d012df127c7c83d72a8e3881d73.tar.bz2
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. ........
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index aa95d1d..f3485cc 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 <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