Browse Source

[1575] wording fix to be consistent with the revised C++ doxygen description.

JINMEI Tatuya 13 years ago
parent
commit
81e5f0caa9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/dns/python/nsec3hash_python_inc.cc

+ 2 - 2
src/lib/dns/python/nsec3hash_python_inc.cc

@@ -33,8 +33,8 @@ Calculate the NSEC3 hash.\n\
 This method calculates the NSEC3 hash value for the given name with\n\
 This method calculates the NSEC3 hash value for the given name with\n\
 the hash parameters (algorithm, iterations and salt) given at\n\
 the hash parameters (algorithm, iterations and salt) given at\n\
 construction, and returns the value in a base32hex-encoded string\n\
 construction, and returns the value in a base32hex-encoded string\n\
-(without containing any white spaces). All alphabets in the string\n\
-will be upper cased.\n\
+(without containing any white spaces). All US-ASCII letters in the\n\
+string will be upper cased.\n\
 \n\
 \n\
 Parameters:\n\
 Parameters:\n\
   name       The domain name for which the hash value is to be\n\
   name       The domain name for which the hash value is to be\n\