mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
typos, layout and other small things
This commit is contained in:
parent
eae3f73b1c
commit
96628a90c4
44 changed files with 174 additions and 120 deletions
|
@ -70,7 +70,7 @@ string (after stripping the sign): \samp{0x} or \samp{0X} means 16,
|
|||
\samp{0} means 8, anything else means 10. If \var{base} is 16, a
|
||||
leading \samp{0x} or \samp{0X} is always accepted. (Note: for a more
|
||||
flexible interpretation of numeric literals, use the built-in function
|
||||
\code{eval()}.
|
||||
\code{eval()}.)
|
||||
\bifuncindex{eval}
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue