Deleted the repeated word "using" (#23581)

The Integer Objects sentence had "using" twice, so I deleted one.
This commit is contained in:
JawnsenTrain
2018-11-24 23:34:23 -06:00
committed by Manish Giri
parent b48151239d
commit 8024f9ffc6

View File

@ -9,7 +9,7 @@ In Python 2, there was a distinction between **`int`**, numbers that fit in a 32
<a href='https://docs.python.org/3/reference/lexical_analysis.html#integer-literals' target='_blank' rel='nofollow'>Integer Literals</a>
_Integer objects_ can be created using using integer literals. Unadorned numbers without decimals are integer literals:
_Integer objects_ can be created using integer literals. Unadorned numbers without decimals are integer literals:
>>> 1234567890 # Unadorned numbers are integer literals
1234567890