]> granicus.if.org Git - python/commitdiff
Remove superfluous open parenthesis. Noticed by cocoatomo on docs@.
authorZachary Ware <zachary.ware@gmail.com>
Mon, 24 Mar 2014 03:21:38 +0000 (22:21 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 24 Mar 2014 03:21:38 +0000 (22:21 -0500)
Doc/distutils/sourcedist.rst

index 9f7a38eda66d0431ec9fedb363541e6be27789a4..427b7b1b2a0911d21afe6614b17f44197e77d459 100644 (file)
@@ -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`!