mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Use different word
This commit is contained in:
parent
554f22ff1d
commit
3633da239e
1 changed files with 1 additions and 2 deletions
|
@ -370,7 +370,7 @@ defined to allow. For example::
|
||||||
return False
|
return False
|
||||||
retries = retries - 1
|
retries = retries - 1
|
||||||
if retries < 0:
|
if retries < 0:
|
||||||
raise IOError('refusenik user')
|
raise IOError('uncooperative user')
|
||||||
print(complaint)
|
print(complaint)
|
||||||
|
|
||||||
This function can be called in several ways:
|
This function can be called in several ways:
|
||||||
|
@ -756,4 +756,3 @@ extracted for you:
|
||||||
.. [#] Actually, *call by object reference* would be a better description,
|
.. [#] Actually, *call by object reference* would be a better description,
|
||||||
since if a mutable object is passed, the caller will see any changes the
|
since if a mutable object is passed, the caller will see any changes the
|
||||||
callee makes to it (items inserted into a list).
|
callee makes to it (items inserted into a list).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue