Parcourir la source

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

JINMEI Tatuya il y a 13 ans
Parent
commit
81e5f0caa9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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\
 the hash parameters (algorithm, iterations and salt) given at\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\
 Parameters:\n\
   name       The domain name for which the hash value is to be\n\