From 7c28be8df5f990eb00ba7d3a1b72cb66935bbe7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Sun, 25 Jan 2009 22:11:04 +0000 Subject: added missing module docstring --- Lib/distutils/command/install_lib.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Lib/distutils/command/install_lib.py b/Lib/distutils/command/install_lib.py index fed7e53..4c62c71 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 -- cgit v0.12