From: Zachary Ware Date: Thu, 20 Mar 2014 14:46:09 +0000 (-0500) Subject: Add missing parenthesis. Found by cocoatomo on docs@. X-Git-Tag: v3.4.1rc1~209^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=253deed8620d910420d35d28f669d4481dcd2a58;p=thirdparty%2FPython%2Fcpython.git Add missing parenthesis. Found by cocoatomo on docs@. --- diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 36a911ebbd9e..e1357fa90ded 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 - `_. + `_). .. versionchanged:: 3.3.1 NFS files are ignored.