From 44c62ef5ee2d48cfa0bd024507f19e47d987e6b3 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 14 Apr 2003 15:32:18 +0000 Subject: Typo fix --- Doc/lib/librlcompleter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v0.12