Typo fix
diff --git a/Doc/lib/librlcompleter.tex b/Doc/lib/librlcompleter.tex
index 8794ebb..b2a1eba 100644
--- a/Doc/lib/librlcompleter.tex
+++ b/Doc/lib/librlcompleter.tex
@@ -58,6 +58,6 @@
 
 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}