]> granicus.if.org Git - python/commitdiff
added missing module docstring
authorTarek Ziadé <ziade.tarek@gmail.com>
Sun, 25 Jan 2009 22:11:04 +0000 (22:11 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Sun, 25 Jan 2009 22:11:04 +0000 (22:11 +0000)
Lib/distutils/command/install_lib.py

index fed7e5363d5c5e8ed9c32874b403756d5fb35373..4c62c7133af1f7f3cbe5c4f6dbdccd0ba3a73f37 100644 (file)
@@ -1,3 +1,8 @@
+"""distutils.command.install_lib
+
+Implements the Distutils 'install_lib' command
+(install all Python modules)."""
+
 __revision__ = "$Id$"
 
 import os