mirror of
https://github.com/python/cpython.git
synced 2025-09-17 22:20:23 +00:00
Typo fix
This commit is contained in:
parent
dff694bb9d
commit
44c62ef5ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
If called for a dotted name, it will try to evaluate anything without
|
||||||
obvious side-effects (functions will not be evaluated, but it
|
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.
|
find matches for the rest via the \function{dir()} function.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue