Skip to content

Commit c7ca9f1

Browse files
Update xcp/net/ifrename/logic.py
Co-authored-by: Copilot <[email protected]>
1 parent ac510b0 commit c7ca9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcp/net/ifrename/logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def rename(static_rules, cur_state, last_state, old_state):
377377
"""
378378
Rename current state based on the rules and past state.
379379
380-
This function sanitises the input and delegates the renaming logic to __rename.
380+
This function sanitises the input and delegates the renaming logic to rename_logic.
381381
382382
Parameters
383383
----------

0 commit comments

Comments
 (0)