]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix English usage error reported by Ken Fuchs
authorFred Drake <fdrake@acm.org>
Tue, 24 Feb 2004 16:13:04 +0000 (16:13 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 24 Feb 2004 16:13:04 +0000 (16:13 +0000)
Doc/tut/tut.tex

index eead6d7bada33cbf2b93fb8e3acc370c8c91dfc4..50421f240c9b3387fcbb28bc26c49c2636d23b96 100644 (file)
@@ -1411,7 +1411,7 @@ arguments.  There are three forms, which can be combined.
 
 The most useful form is to specify a default value for one or more
 arguments.  This creates a function that can be called with fewer
-arguments than it is defined
+arguments than it is defined to allow.  For example:
 
 \begin{verbatim}
 def ask_ok(prompt, retries=4, complaint='Yes or no, please!'):
@@ -3216,7 +3216,7 @@ the message: the types in the example are
 \exception{ZeroDivisionError}, \exception{NameError} and
 \exception{TypeError}.
 The string printed as the exception type is the name of the built-in
-name for the exception that occurred.  This is true for all built-in
+exception that occurred.  This is true for all built-in
 exceptions, but need not be true for user-defined exceptions (although
 it is a useful convention).
 Standard exception names are built-in identifiers (not reserved