From 0108ed362a5cae0079cebd08d42c495c774108a1 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sun, 20 Sep 2009 20:55:04 +0000 Subject: [PATCH] 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. ........ --- Doc/library/os.rst | 2 +- Doc/library/plistlib.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 380e7ad584..f174550f63 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -676,7 +676,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 diff --git a/Doc/library/plistlib.rst b/Doc/library/plistlib.rst index 239e3f671b..309ddeca58 100644 --- a/Doc/library/plistlib.rst +++ b/Doc/library/plistlib.rst @@ -33,7 +33,7 @@ contain control characters. .. seealso:: - `PList manual page ` + `PList manual page `_ Apple's documentation of the file format. -- 2.50.1