aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db.py b/db/db.py
index 99ea454..a361095 100644
--- a/db/db.py
+++ b/db/db.py
@@ -236,7 +236,7 @@ class VlanDB:
# Delete the specified VLAN
#
# Constraints:
- # 1. The VLAN
+ # 1. The VLAN must exist
# 2. The VLAN may not contain any ports - move or delete them first!
def delete_vlan(self, vlan_id):
vlan = self.get_vlan_by_id(vlan_id)