summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@gmail.com>2009-09-21 12:16:43 (GMT)
committerDoug Hellmann <doug.hellmann@gmail.com>2009-09-21 12:16:43 (GMT)
commit14214261c418bff713dd67fcf5cd6db69fa7e77e (patch)
tree5e9f632df520fa7138876b489169b67937bde502 /Doc/library/os.rst
parent5644eb7f5b8c3560631d62f43a4ff8d105751453 (diff)
downloadcpython-14214261c418bff713dd67fcf5cd6db69fa7e77e.zip
cpython-14214261c418bff713dd67fcf5cd6db69fa7e77e.tar.gz
cpython-14214261c418bff713dd67fcf5cd6db69fa7e77e.tar.bz2
Merged revisions 74986 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r74986 | doug.hellmann | 2009-09-20 16:56:56 -0400 (Sun, 20 Sep 2009) | 9 lines 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 9bed1ce..df72857 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -589,7 +589,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