Skip to content

Commit fb9c7eb

Browse files
committed
Update docstring
1 parent 3f52e9e commit fb9c7eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linode_api4/objects/linode.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,8 @@ def linode_interfaces(self) -> Optional[list[LinodeInterface]]:
20122012
20132013
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-linode-interface
20142014
2015-
:returns: An ordered list of interfaces under this Linode.
2015+
:returns: An ordered list of linode interfaces under this Linode. If the linode is with legacy config interfaces, returns None.
2016+
:rtype: Optional[list[LinodeInterface]]
20162017
"""
20172018

20182019
if self.interface_generation != "linode":

0 commit comments

Comments
 (0)