diff options
| author | Alexis Metaireau <ametaireau@gmail.com> | 2010-10-08 22:01:38 +0100 |
|---|---|---|
| committer | Alexis Metaireau <ametaireau@gmail.com> | 2010-10-08 22:01:38 +0100 |
| commit | 5a79503e0d1ce84bc06c33d13d5356ab26b410cd (patch) | |
| tree | ee8a3c7d4d228c9661fc2607fbb002b99e6f2f8d /docs | |
| parent | 5947f4e892ff1dbd3ae19694b1e0f53b02924ad2 (diff) | |
| download | disutils2-5a79503e0d1ce84bc06c33d13d5356ab26b410cd.tar.gz | |
Little typos on the tutorial
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/tutorial.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/tutorial.rst b/docs/source/tutorial.rst index d3bf089..c94461a 100644 --- a/docs/source/tutorial.rst +++ b/docs/source/tutorial.rst @@ -27,7 +27,7 @@ your project, as defined in PEP 345, but also declare what your project contains. Let's say you have a project called *CLVault* containing one package called -*clvault*,and a few scripts insde. You can use the *mkcfg* script to create +*clvault*, and a few scripts inside. You can use the *mkcfg* script to create a *setup.cfg* file for the project. The script will ask you a few questions:: $ mkdir CLVault |
