From: Tarek Ziadé Date: Sun, 25 Jan 2009 22:11:04 +0000 (+0000) Subject: added missing module docstring X-Git-Tag: v2.7a1~2201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c28be8df5f990eb00ba7d3a1b72cb66935bbe7d;p=python added missing module docstring --- diff --git a/Lib/distutils/command/install_lib.py b/Lib/distutils/command/install_lib.py index fed7e5363d..4c62c7133a 100644 --- a/Lib/distutils/command/install_lib.py +++ b/Lib/distutils/command/install_lib.py @@ -1,3 +1,8 @@ +"""distutils.command.install_lib + +Implements the Distutils 'install_lib' command +(install all Python modules).""" + __revision__ = "$Id$" import os