Make syntax highlighters happy
Fix typo in docstring
This commit is contained in:
parent
9d60ef0d59
commit
1e75bd006b
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ class Link(netlink.Object):
|
|||
@netlink.nlattr('link.txqlen', type=int, fmt=util.num)
|
||||
@property
|
||||
def txqlen(self):
|
||||
""""Length of transmit queue"""
|
||||
"""Length of transmit queue"""
|
||||
return capi.rtnl_link_get_txqlen(self._rtnl_link)
|
||||
|
||||
@txqlen.setter
|
||||
|
|
Loading…
Add table
Reference in a new issue