]> granicus.if.org Git - python/commitdiff
Use different word
authorAndrew Kuchling <amk@amk.ca>
Mon, 3 Feb 2014 14:04:02 +0000 (09:04 -0500)
committerAndrew Kuchling <amk@amk.ca>
Mon, 3 Feb 2014 14:04:02 +0000 (09:04 -0500)
Doc/tutorial/controlflow.rst

index b1456ae57f9f25596bd4b051683f265ea3230226..97aea4fbcc4a8857a7d9d211c232bcafe04cd4a6 100644 (file)
@@ -370,7 +370,7 @@ defined to allow.  For example::
                return False
            retries = retries - 1
            if retries < 0:
-               raise IOError('refusenik user')
+               raise IOError('uncooperative user')
            print(complaint)
 
 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,
    since if a mutable object is passed, the caller will see any changes the
    callee makes to it (items inserted into a list).
-