mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
added missing module docstring
This commit is contained in:
parent
9f369e9163
commit
7c28be8df5
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
"""distutils.command.install_lib
|
||||||
|
|
||||||
|
Implements the Distutils 'install_lib' command
|
||||||
|
(install all Python modules)."""
|
||||||
|
|
||||||
__revision__ = "$Id$"
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue