mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
typo
This commit is contained in:
parent
b21dac1e38
commit
3149f9c614
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Bookkeeping functions:
|
|||
If *x* is an int, it is used directly.
|
||||
|
||||
With version 2 (the default), a :class:`str`, :class:`bytes`, or :class:`bytearray`
|
||||
object gets converted to a :class:`int` and all of its bits are used. With version 1,
|
||||
object gets converted to an :class:`int` and all of its bits are used. With version 1,
|
||||
the :func:`hash` of *x* is used instead.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue