summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexis Metaireau <ametaireau@gmail.com>2010-10-08 22:01:38 +0100
committerAlexis Metaireau <ametaireau@gmail.com>2010-10-08 22:01:38 +0100
commit5a79503e0d1ce84bc06c33d13d5356ab26b410cd (patch)
treeee8a3c7d4d228c9661fc2607fbb002b99e6f2f8d /docs
parent5947f4e892ff1dbd3ae19694b1e0f53b02924ad2 (diff)
downloaddisutils2-5a79503e0d1ce84bc06c33d13d5356ab26b410cd.tar.gz
Little typos on the tutorial
Diffstat (limited to 'docs')
-rw-r--r--docs/source/tutorial.rst2
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