diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-10-19 07:32:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-10-19 07:32:24 (GMT) |
commit | 95cf84a4f3bd6b679e5c632512d02008b5ff8f46 (patch) | |
tree | f93ab403665c2d64621f4a4e12694f75d5b92142 /Doc/tut | |
parent | dd7eb146a8c5509a473b22f15eb91ada790fd0ce (diff) | |
download | cpython-95cf84a4f3bd6b679e5c632512d02008b5ff8f46.zip cpython-95cf84a4f3bd6b679e5c632512d02008b5ff8f46.tar.gz cpython-95cf84a4f3bd6b679e5c632512d02008b5ff8f46.tar.bz2 |
Patch #821093: Fix various typos.
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 4 |
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 |