Skip to content

Commit 4840e81

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xcp/net/ifrename/logic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
name"
4242
4343
Terms and abbreviations used in this file:
44-
- "kname" refers to the kernel name of the network interface (the original name assigned by the kernel).
45-
- "tname" refers to the temporary name of the network interface, which is 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.
4646
"""
4747

4848
from __future__ import unicode_literals

0 commit comments

Comments
 (0)