summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2014-06-05 23:48:03 +0200
committerArthur de Jong <arthur@arthurdejong.org>2014-06-05 23:48:03 +0200
commitf5ee208c4d40cf752b0e36082093f8888e3a33cc (patch)
tree8966cc48e30ce2ba650d2c64cb14ebf4abe947a3
parent13483f9f91c1fe4f3257f1d6b42eb1d01b3c6ba3 (diff)
Fix comment
-rw-r--r--pynslcd/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pynslcd/cache.py b/pynslcd/cache.py
index c3c0082..99b520d 100644
--- a/pynslcd/cache.py
+++ b/pynslcd/cache.py
@@ -181,7 +181,7 @@ def _get_connection():
filename, detect_types=sqlite3.PARSE_DECLTYPES,
check_same_thread=False)
connection.row_factory = sqlite3.Row
- # initialise connection properties
+ # initialise connection properties
connection.executescript('''
-- store temporary tables in memory
PRAGMA temp_store = MEMORY;