SF.net SVN: fclient: [433] trunk/sandbox/fcp2/scripts/gen_docs.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-06-30 08:57:01
|
Revision: 433
http://fclient.svn.sourceforge.net/fclient/?rev=433&view=rev
Author: jUrner
Date: 2008-06-30 01:57:07 -0700 (Mon, 30 Jun 2008)
Log Message:
-----------
typo
Modified Paths:
--------------
trunk/sandbox/fcp2/scripts/gen_docs.py
Modified: trunk/sandbox/fcp2/scripts/gen_docs.py
===================================================================
--- trunk/sandbox/fcp2/scripts/gen_docs.py 2008-06-30 08:56:39 UTC (rev 432)
+++ trunk/sandbox/fcp2/scripts/gen_docs.py 2008-06-30 08:57:07 UTC (rev 433)
@@ -27,7 +27,7 @@
if not os.path.isdir(directory):
os.makedirs(directory)
-def enshure_doc_dir_dxists():
+def enshure_doc_dir_exists():
"""enshures epydoc docdir exists"""
save_create_dir(EPYDOC_DIR)
@@ -43,7 +43,7 @@
def main():
""""""
pprint('dumping docs to:', EPYDOC_DIR)
- enshure_doc_dir_dxists()
+ enshure_doc_dir_exists()
pprint('calling epydoc')
sys.argv = [
__file__,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|