[Epydoc-commits] SF.net SVN: epydoc: [1639] trunk/epydoc/src/epydoc/util.py
Brought to you by:
edloper
From: <ed...@us...> - 2007-09-24 21:39:49
|
Revision: 1639 http://epydoc.svn.sourceforge.net/epydoc/?rev=1639&view=rev Author: edloper Date: 2007-09-24 14:39:48 -0700 (Mon, 24 Sep 2007) Log Message: ----------- - Fixed typo Modified Paths: -------------- trunk/epydoc/src/epydoc/util.py Modified: trunk/epydoc/src/epydoc/util.py =================================================================== --- trunk/epydoc/src/epydoc/util.py 2007-09-24 18:45:54 UTC (rev 1638) +++ trunk/epydoc/src/epydoc/util.py 2007-09-24 21:39:48 UTC (rev 1639) @@ -42,7 +42,7 @@ def is_package_dir(dirname): """ Return true if the given directory is a valid package directory - (i.e., it names a directory that contsains a valid __init__ file, + (i.e., it names a directory that contains a valid __init__ file, and its name is a valid identifier). """ # Make sure it's a directory name. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |