mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more difficult for non-native speakers.
This commit is contained in:
parent
19b1c6156b
commit
907e76b620
17 changed files with 105 additions and 98 deletions
|
@ -57,7 +57,7 @@ If called for \var{text} that doesn't include a period character
|
|||
keywords (as defined by the \refmodule{keyword} module).
|
||||
|
||||
If called for a dotted name, it will try to evaluate anything without
|
||||
obvious side-effects (i.e., 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
|
||||
find matches for the rest via the \function{dir()} function.
|
||||
\end{methoddesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue