BIND 10 trac3373, updated. ff46195513aff7b46efdd3c4d06bd777bc86c352 [3373] Typo on comment.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 11 12:07:48 UTC 2014


The branch, trac3373 has been updated
       via  ff46195513aff7b46efdd3c4d06bd777bc86c352 (commit)
      from  688e0b46933ffe567833f0e5c208117acf98c55e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ff46195513aff7b46efdd3c4d06bd777bc86c352
Author: Thomas Markwalder <tmark at isc.org>
Date:   Tue Mar 11 08:07:00 2014 -0400

    [3373] Typo on comment.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/cc/data.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/cc/data.py b/src/lib/python/isc/cc/data.py
index 0e084e2..83e15be 100644
--- a/src/lib/python/isc/cc/data.py
+++ b/src/lib/python/isc/cc/data.py
@@ -56,7 +56,7 @@ def merge(orig, new):
        any elements which are themselves dictionaries. If an element value
        is None in new it will be removed in orig. Previously this method
        relied on dict.update but this does not do deep merges properly.
-       Raises a DataTypeError is either argument is not a dict"""
+       Raises a DataTypeError if either argument is not a dict"""
     if type(orig) != dict or type(new) != dict:
         raise DataTypeError("Not a dict in merge()")
 



More information about the bind10-changes mailing list