Skip to content

Commit 23e5828

Browse files
committed
Fixed typo in DHCPv6 docstring
1 parent 389cbbf commit 23e5828

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdbus_async/networkmanager/interfaces_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class NetworkManagerDHCP6ConfigInterfaceAsync(
320320

321321
@dbus_property_async('a{sv}')
322322
def options(self) -> Dict[str, Tuple[str, Any]]:
323-
"""Options and configurations returned by DHCPv4 server"""
323+
"""Options and configurations returned by DHCPv6 server"""
324324
raise NotImplementedError
325325

326326

sdbus_block/networkmanager/interfaces_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ class NetworkManagerDHCP6ConfigInterface(
298298

299299
@dbus_property('a{sv}')
300300
def options(self) -> Dict[str, Tuple[str, Any]]:
301-
"""Options and configurations returned by DHCPv4 server"""
301+
"""Options and configurations returned by DHCPv6 server"""
302302
raise NotImplementedError
303303

304304

0 commit comments

Comments
 (0)