summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libinspect.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-05-12 03:07:27 (GMT)
committerFred Drake <fdrake@acm.org>2004-05-12 03:07:27 (GMT)
commitbb066cf84149684297d306a708a82f5c276118fb (patch)
treecf7897fe2a1f260e6a791ebce37048d2568eda6f /Doc/lib/libinspect.tex
parentf72de0fb8cf74c7fd99515273cf1d91fcfaf3de2 (diff)
downloadcpython-bb066cf84149684297d306a708a82f5c276118fb.zip
cpython-bb066cf84149684297d306a708a82f5c276118fb.tar.gz
cpython-bb066cf84149684297d306a708a82f5c276118fb.tar.bz2
fix various typos; thanks, George Yoshida!
(closes SF patch #952047)
Diffstat (limited to 'Doc/lib/libinspect.tex')
-rw-r--r--Doc/lib/libinspect.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libinspect.tex b/Doc/lib/libinspect.tex
index e7f4c29..68ae67b 100644
--- a/Doc/lib/libinspect.tex
+++ b/Doc/lib/libinspect.tex
@@ -120,7 +120,7 @@ Note:
\begin{funcdesc}{getmodulename}{path}
Return the name of the module named by the file \var{path}, without
including the names of enclosing packages. This uses the same
- algortihm as the interpreter uses when searching for modules. If
+ algorithm as the interpreter uses when searching for modules. If
the name cannot be matched according to the interpreter's rules,
\code{None} is returned.
\end{funcdesc}