aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2014-12-05 15:18:14 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2014-12-05 15:18:14 +0000
commit0884f93bb9c1904fccc69e51510f38a4d788f74a (patch)
tree0e9bc4bd2731341df61fd60e52bc79b40845336a /db
parent6a7fdb2bfb6fc9316a1bfd2783c54d04e6fd2ef2 (diff)
Update comment on _get_element
Change-Id: I12a3ea1b89f22d1ab6c4e6a163d94019c78813b7
Diffstat (limited to 'db')
-rw-r--r--db/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db.py b/db/db.py
index b1ec094..c360be1 100644
--- a/db/db.py
+++ b/db/db.py
@@ -172,7 +172,7 @@ class VlanDB:
def delete_vlan(self, vlan_id):
self._delete_row("vlan", "vlan_id", vlan_id)
- # Grab one column from one row of a query; useful as a quick wrapper
+ # Grab one column from one row of a query on one column; useful as a quick wrapper
def _get_element(self, select_field, table, compare_field, value):
# We really want to use psycopg's type handling deal with the