[Python-checkins] cpython (3.4): Remove superfluous open parenthesis. Noticed by cocoatomo on docs at .

zach.ware python-checkins at python.org
Mon Mar 24 04:21:54 CET 2014


http://hg.python.org/cpython/rev/aba42f4f19f4
changeset:   89943:aba42f4f19f4
branch:      3.4
parent:      89941:92efd86d1a38
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Sun Mar 23 22:21:38 2014 -0500
summary:
  Remove superfluous open parenthesis.  Noticed by cocoatomo on docs at .

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


diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst
--- a/Doc/distutils/sourcedist.rst
+++ b/Doc/distutils/sourcedist.rst
@@ -76,7 +76,7 @@
   :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`!

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


More information about the Python-checkins mailing list