diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2016-08-07 04:43:23 +0000 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2016-08-07 04:43:23 +0000 |
commit | 374c17b68800388ec4cb76f2326519721b9ee1e3 (patch) | |
tree | 29f060cbef07b9c2cd2808273836273196442583 /src | |
parent | a4aa52c518ae42bf234cfcbe7de4b17c2afb8754 (diff) | |
download | pyparsing-git-374c17b68800388ec4cb76f2326519721b9ee1e3.tar.gz |
Fix relative dir typo in xcopy pyparsing.py command
Diffstat (limited to 'src')
-rw-r--r-- | src/genEpydoc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genEpydoc.bat b/src/genEpydoc.bat index 16a0348..988954b 100644 --- a/src/genEpydoc.bat +++ b/src/genEpydoc.bat @@ -1,2 +1,2 @@ -xcopy /y .\sourceforge\svn\trunk\src\pyparsing.py .
+xcopy /y ..\sourceforge\svn\trunk\src\pyparsing.py .
c:\python27\python c:\python27\scripts\epydoc -v --name pyparsing -o htmldoc --inheritance listed --no-private pyparsing.py
|