From 16c5435ca897555f0ecc9cb205eafe67a6697a24 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 26 May 2003 22:03:46 +0000 Subject: [PATCH] fix typo [SVN r18554] --- doc/tutorial/doc/quickstart.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/doc/quickstart.txt b/doc/tutorial/doc/quickstart.txt index b101f4fc..9e64ecac 100644 --- a/doc/tutorial/doc/quickstart.txt +++ b/doc/tutorial/doc/quickstart.txt @@ -1748,7 +1748,7 @@ Now, we create this directory structure for our Python package: The file [^__init__.py] is what tells Python that the directory [^sounds/] is actually a Python package. It can be a empty file, but can also perform some -magic, that will be showed later. +magic, that will be shown later. Now our package is ready. All the user has to do is put [^sounds] into his [@http://www.python.org/doc/current/tut/node8.html#SECTION008110000000000000000 PYTHONPATH] and fire up the interpreter: