summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@austin.rr.com>2016-08-07 04:43:23 +0000
committerPaul McGuire <ptmcg@austin.rr.com>2016-08-07 04:43:23 +0000
commit374c17b68800388ec4cb76f2326519721b9ee1e3 (patch)
tree29f060cbef07b9c2cd2808273836273196442583 /src
parenta4aa52c518ae42bf234cfcbe7de4b17c2afb8754 (diff)
downloadpyparsing-git-374c17b68800388ec4cb76f2326519721b9ee1e3.tar.gz
Fix relative dir typo in xcopy pyparsing.py command
Diffstat (limited to 'src')
-rw-r--r--src/genEpydoc.bat2
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