Skip to content

Commit b9bb550

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

xcp/net/ifrename/logic.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@
4141
name"
4242
4343
Terms and abbreviations used in this file:
44-
**kname**: The kernel name of the network interface (the original name assigned by the kernel).
45-
**tname**: The temporary name of the network interface,
46-
used as an intermediate step during the renaming process to avoid name conflicts.
44+
kname: The kernel name of the network interface (the original name assigned by the kernel).
45+
tname: The temporary name of the network interface, used as an intermediate step during the renaming process to avoid name conflicts.
4746
"""
4847

4948
from __future__ import unicode_literals

0 commit comments

Comments
 (0)