Merge "Remove redundant "the" from a docstring"

This commit is contained in:
Zuul 2018-02-08 16:25:07 +00:00 committed by Gerrit Code Review
commit 3ee740292d
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):