]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update comment
authorBob Halley <halley@dnspython.org>
Sun, 15 Jan 2017 23:32:13 +0000 (15:32 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 15 Jan 2017 23:32:13 +0000 (15:32 -0800)
dns/wiredata.py

index ccef59545232e984e9bef21c881be36c6683d03b..6a058c641faac977320cb5ea0e7848297fb61e8a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011 Nominum, Inc.
+# Copyright (C) 2011,2017 Nominum, Inc.
 #
 # Permission to use, copy, modify, and distribute this software and its
 # documentation for any purpose with or without fee is hereby granted,
@@ -40,7 +40,7 @@ _unspecified_bound = _SliceUnspecifiedBound()[1:]
 
 
 class WireData(binary_type):
-    # WireData is a string with stricter slicing
+    # WireData is a binary type with stricter slicing
 
     def __getitem__(self, key):
         try: