Skip to content

Commit 2aa2846

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1bd6d70 commit 2aa2846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/objects/linode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ def interface_create(
19751975

19761976
if "id" not in result:
19771977
raise UnexpectedResponseError(
1978-
"Unexpected response creating config!", json=result
1978+
"Unexpected response creating interface!", json=result
19791979
)
19801980

19811981
return LinodeInterface(self._client, result["id"], self.id, json=result)

0 commit comments

Comments
 (0)