Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44c62ef

Browse files
committed
Typo fix
1 parent dff694b commit 44c62ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/librlcompleter.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ \subsection{Completer Objects \label{completer-objects}}
5858

5959
If called for a dotted name, it will try to evaluate anything without
6060
obvious side-effects (functions will not be evaluated, but it
61-
can generate calls to \method{__getattr__()}) upto the last part, and
61+
can generate calls to \method{__getattr__()}) up to the last part, and
6262
find matches for the rest via the \function{dir()} function.
6363
\end{methoddesc}

0 commit comments

Comments
 (0)