Remove redundant "the" from a docstring

Change-Id: I6d76109d5da52c3ec35ed2710815b6593a4b02ce
This commit is contained in:
melissaml 2018-02-08 09:34:55 +08:00
parent 13d74dd763
commit 50a0f842d4
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class LLDPParser(object):
self.nv_dict.setdefault(name, []).append(value)
def add_single_value(self, struct, name, data):
"""Add a single name/value pair the the nv dict"""
"""Add a single name/value pair to the nv dict"""
self.set_value(name, struct.value)
def parse_tlv(self, tlv_type, data):