Parcourir la source

[1371] a bit more doc update

JINMEI Tatuya il y a 13 ans
Parent
commit
635662711c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/python/isc/testutils/rrset_utils.py

+ 1 - 1
src/lib/python/isc/testutils/rrset_utils.py

@@ -20,7 +20,7 @@ from isc.dns import *
 def rrsets_equal(a, b):
     '''Compare two RRsets, return True if equal, otherwise False
 
-    We provide this function as part of test utils we have no direct rrset
+    We provide this function as part of test utils as we have no direct rrset
     comparison atm.  There's no accessor for sigs either (so this only checks
     name, class, type, ttl, and rdata).
     Also, since we often use fake data in RRSIGs, RRSIG RDATA are not checked.