[Python-checkins] distutils2: Remove unnecessary docstring on API method

tarek.ziade python-checkins at python.org
Sun Sep 19 10:20:23 CEST 2010


tarek.ziade pushed c2897720dd37 to distutils2:

http://hg.python.org/distutils2/rev/c2897720dd37
changeset:   664:c2897720dd37
user:        ?ric Araujo <merwok at netwok.org>
date:        Mon Sep 06 05:29:30 2010 +0200
summary:     Remove unnecessary docstring on API method
files:       src/distutils2/command/install.py

diff --git a/src/distutils2/command/install.py b/src/distutils2/command/install.py
--- a/src/distutils2/command/install.py
+++ b/src/distutils2/command/install.py
@@ -192,7 +192,6 @@
     # array of user input is decided.  Yes, it's quite complex!)
 
     def finalize_options(self):
-        """Finalizes options."""
         # This method (and its pliant slaves, like 'finalize_unix()',
         # 'finalize_other()', and 'select_scheme()') is where the default
         # installation directories for modules, extension modules, and

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


More information about the Python-checkins mailing list