mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #15625 from miri64/riot_ctrl/doc/fix-class
riotctrl_shell.gnrc: fix documentation for GNRCICMPv6EchoParser.parse()
This commit is contained in:
commit
581cc641ef
2
dist/pythonlibs/riotctrl_shell/gnrc.py
vendored
2
dist/pythonlibs/riotctrl_shell/gnrc.py
vendored
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user