summaryrefslogtreecommitdiffstats
path: root/Doc/tut
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/tut')
-rw-r--r--Doc/tut/tut.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 3336cb4..edc5368 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -2494,7 +2494,7 @@ interpreter; these provide access to operations that are not part of
the core of the language but are nevertheless built in, either for
efficiency or to provide access to operating system primitives such as
system calls. The set of such modules is a configuration option which
-also dependson the underlying platform For example,
+also depends on the underlying platform For example,
the \module{amoeba} module is only provided on systems that somehow
support Amoeba primitives. One particular module deserves some
attention: \ulink{\module{sys}}{../lib/module-sys.html}%
@@ -2647,7 +2647,7 @@ Sound/ Top-level package
...
\end{verbatim}
-When importing the package, Python searchs through the directories
+When importing the package, Python searches through the directories
on \code{sys.path} looking for the package subdirectory.
The \file{__init__.py} files are required to make Python treat the