[Python-checkins] cpython (3.4): Add missing parenthesis. Found by cocoatomo on docs at .

zach.ware python-checkins at python.org
Thu Mar 20 18:00:04 CET 2014


http://hg.python.org/cpython/rev/0a656d469284
changeset:   89882:0a656d469284
branch:      3.4
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Mar 20 09:46:09 2014 -0500
summary:
  Add missing parenthesis.  Found by cocoatomo on docs at .

files:
  Doc/distutils/apiref.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -993,7 +993,7 @@
 
    Files in *src* that begin with :file:`.nfs` are skipped (more information on
    these files is available in answer D2 of the `NFS FAQ page
-   <http://nfs.sourceforge.net/#section_d>`_.
+   <http://nfs.sourceforge.net/#section_d>`_).
 
    .. versionchanged:: 3.3.1
       NFS files are ignored.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list