Commit e1098bb3 authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Romain Courteaud

Do not document non-existing attributes.

parent f47dbf96
...@@ -496,7 +496,6 @@ class Tap: ...@@ -496,7 +496,6 @@ class Tap:
""" """
Attributes: Attributes:
tap_name: String, the name of the tap interface. tap_name: String, the name of the tap interface.
user: User, the owner of the tap interface.
""" """
self.name = str(tap_name) self.name = str(tap_name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment