Commit 2acb484d authored by Fred Drake's avatar Fred Drake

fix typos

parent 039fb7be
...@@ -26,7 +26,7 @@ defaults ...@@ -26,7 +26,7 @@ defaults
working-directory working-directory
The working-directory option lets to specify a directory where the The working-directory option lets to specify a directory where the
tests will run. The testrunner will change to this directory whe tests will run. The testrunner will change to this directory when
run. run.
(Note that, at this time, due to limitations in the Zope test runner, (Note that, at this time, due to limitations in the Zope test runner,
...@@ -220,7 +220,7 @@ extra-paths option to specify them: ...@@ -220,7 +220,7 @@ extra-paths option to specify them:
'--test-path', '/sample-buildout/demo', '--test-path', '/sample-buildout/demo',
]) ])
We can use the working-directory option to specify an working We can use the working-directory option to specify a working
directory: directory:
>>> write(sample_buildout, 'buildout.cfg', >>> write(sample_buildout, 'buildout.cfg',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment