summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-04-14 15:32:18 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-04-14 15:32:18 (GMT)
commit44c62ef5ee2d48cfa0bd024507f19e47d987e6b3 (patch)
tree7b00393a918053a38adaa6bf431ba6f3ff5f02b9 /Doc
parentdff694bb9de271ae9b140ab35abb6f16e446e6e8 (diff)
downloadcpython-44c62ef5ee2d48cfa0bd024507f19e47d987e6b3.zip
cpython-44c62ef5ee2d48cfa0bd024507f19e47d987e6b3.tar.gz
cpython-44c62ef5ee2d48cfa0bd024507f19e47d987e6b3.tar.bz2
Typo fix
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/librlcompleter.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/librlcompleter.tex b/Doc/lib/librlcompleter.tex
index 8794ebb..b2a1eba7 100644
--- a/Doc/lib/librlcompleter.tex
+++ b/Doc/lib/librlcompleter.tex
@@ -58,6 +58,6 @@ keywords (as defined by the \refmodule{keyword} module).
If called for a dotted name, it will try to evaluate anything without
obvious side-effects (functions will not be evaluated, but it
-can generate calls to \method{__getattr__()}) upto the last part, and
+can generate calls to \method{__getattr__()}) up to the last part, and
find matches for the rest via the \function{dir()} function.
\end{methoddesc}