From: Zachary Ware Date: Mon, 24 Mar 2014 03:21:38 +0000 (-0500) Subject: Remove superfluous open parenthesis. Noticed by cocoatomo on docs@. X-Git-Tag: v3.4.1rc1~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=645d3b76559d3c85cc90d2c8787fa6c765327e71;p=thirdparty%2FPython%2Fcpython.git Remove superfluous open parenthesis. Noticed by cocoatomo on docs@. --- diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index 9f7a38eda66d..427b7b1b2a09 100644 --- a/Doc/distutils/sourcedist.rst +++ b/Doc/distutils/sourcedist.rst @@ -76,7 +76,7 @@ source distribution: :option:`packages` options * all C source files mentioned in the :option:`ext_modules` or - :option:`libraries` options ( + :option:`libraries` options .. XXX getting C library sources currently broken---no :meth:`get_source_files` method in :file:`build_clib.py`!