1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

riotctrl_shell.gnrc: fix documentation for GNRCICMPv6EchoParser.parse()

This seems to be a copy-paste error. The `GNRCICMPv6EchoParser` parse
function parses of course the output of the `ping6` command, not the
`nib neigh show` command.
This commit is contained in:
Martine Lenders 2020-12-14 08:23:24 +01:00
parent c337089de5
commit 9b431f70d5
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -73,7 +73,7 @@ class GNRCICMPv6EchoParser(ShellInteractionParser):
def parse(self, cmd_output):
"""
Parses output of GNRCIPv6NIB::nib_neigh_show()
Parses output of GNRCICMPv6Echo::ping6()
>>> parser = GNRCICMPv6EchoParser()
>>> res = parser.parse(