We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d591cba + 3633da2 commit ae376e5Copy full SHA for ae376e5
Doc/tutorial/controlflow.rst
@@ -370,7 +370,7 @@ defined to allow. For example::
370
return False
371
retries = retries - 1
372
if retries < 0:
373
- raise IOError('refusenik user')
+ raise IOError('uncooperative user')
374
print(complaint)
375
376
This function can be called in several ways:
@@ -756,4 +756,3 @@ extracted for you:
756
.. [#] Actually, *call by object reference* would be a better description,
757
since if a mutable object is passed, the caller will see any changes the
758
callee makes to it (items inserted into a list).
759
-
0 commit comments