mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Issue #27171: Fix typos in documentation, comments, and test function names
This commit is contained in:
parent
1b207c55a4
commit
e26da7c03a
30 changed files with 51 additions and 51 deletions
|
@ -231,7 +231,7 @@ class Random(_random.Random):
|
|||
while r >= n:
|
||||
r = getrandbits(k)
|
||||
return r
|
||||
# There's an overriden random() method but no new getrandbits() method,
|
||||
# There's an overridden random() method but no new getrandbits() method,
|
||||
# so we can only use random() from here.
|
||||
if n >= maxsize:
|
||||
_warn("Underlying random() generator does not supply \n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue