From 2a5df9776a26d233acedebbda904475fd8056982 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Fri, 7 Aug 2015 15:19:40 +0100 Subject: Fix incomplete comment Change-Id: I4f33abbfa35a5e9881fd00c981cb4e523f816e9f --- db/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3