From 960cab7500efe95fba57b97146301755d93fbf7b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 15 Jan 2017 15:32:13 -0800 Subject: [PATCH] update comment --- dns/wiredata.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/wiredata.py b/dns/wiredata.py index ccef5954..6a058c64 100644 --- a/dns/wiredata.py +++ b/dns/wiredata.py @@ -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: -- 2.47.3