From: Doug Hellmann Date: Sun, 20 Sep 2009 20:44:13 +0000 (+0000) Subject: Fix markup for external links. X-Git-Tag: v2.7a1~480 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d18b5b92919493526ed021d83479777f0bb6700;p=thirdparty%2FPython%2Fcpython.git Fix markup for external links. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 4cc6d4f66291..260b3b3bf7c1 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -679,7 +679,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 239e3f671b42..309ddeca5851 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.