]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 14 Apr 2003 15:32:18 +0000 (15:32 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 14 Apr 2003 15:32:18 +0000 (15:32 +0000)
Doc/lib/librlcompleter.tex

index 8794ebb88043513a4cd2f14b0f8855c1412d79d8..b2a1eba7e1e3f0efdcd75c5c20b5355ffb31d460 100644 (file)
@@ -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}