diff options
author | Steven Knight <knight@baldmt.com> | 2010-06-05 13:42:53 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-06-05 13:42:53 (GMT) |
commit | e8916d8480fa0b2ce55b98d692721d8fe6c514cd (patch) | |
tree | ca72939cb83fa61480d15c9b33dfb0034cd3cdc1 /doc | |
parent | d4437af9735e06b99a9ef7074bf67fbd264a0aa7 (diff) | |
download | SCons-e8916d8480fa0b2ce55b98d692721d8fe6c514cd.zip SCons-e8916d8480fa0b2ce55b98d692721d8fe6c514cd.tar.gz SCons-e8916d8480fa0b2ce55b98d692721d8fe6c514cd.tar.bz2 |
Fix an AllowSubstExceptions() typo in the User's Guide update.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/environments.in | 2 | ||||
-rw-r--r-- | doc/user/environments.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/environments.in b/doc/user/environments.in index 0e53363..6672ea7 100644 --- a/doc/user/environments.in +++ b/doc/user/environments.in @@ -794,7 +794,7 @@ environment, of directory names, suffixes, etc. This default behaviour can be changed using the &AllowSubstExceptions; function. When a problem occurs with a variable expansion it generates - an exception, and the &AllowSubstException; function controls + an exception, and the &AllowSubstExceptions; function controls which of these exceptions are actually fatal and which are allowed to occur safely. By default, &NameError; and &IndexError; are the two exceptions that are allowed to occur: so instead of diff --git a/doc/user/environments.xml b/doc/user/environments.xml index 2bc43f5..6970a92 100644 --- a/doc/user/environments.xml +++ b/doc/user/environments.xml @@ -794,7 +794,7 @@ environment, of directory names, suffixes, etc. This default behaviour can be changed using the &AllowSubstExceptions; function. When a problem occurs with a variable expansion it generates - an exception, and the &AllowSubstException; function controls + an exception, and the &AllowSubstExceptions; function controls which of these exceptions are actually fatal and which are allowed to occur safely. By default, &NameError; and &IndexError; are the two exceptions that are allowed to occur: so instead of |