diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-03-20 14:46:09 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-03-20 14:46:09 (GMT) |
commit | 253deed8620d910420d35d28f669d4481dcd2a58 (patch) | |
tree | 606722f7cc0799882ccf02124cc21b156d110b32 /Doc/distutils | |
parent | a22ae21db6a7e9f1833c73dc91fb621b86be6146 (diff) | |
download | cpython-253deed8620d910420d35d28f669d4481dcd2a58.zip cpython-253deed8620d910420d35d28f669d4481dcd2a58.tar.gz cpython-253deed8620d910420d35d28f669d4481dcd2a58.tar.bz2 |
Add missing parenthesis. Found by cocoatomo on docs@.
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/apiref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 36a911e..e1357fa 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -993,7 +993,7 @@ directories. 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. |