Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/places.py
diff options
context:
space:
mode:
Diffstat (limited to 'places.py')
-rw-r--r--places.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/places.py b/places.py
index 38fa7b2..d44d747 100644
--- a/places.py
+++ b/places.py
@@ -92,7 +92,7 @@ class SqliteStore(object):
cursor = self._connection.cursor()
try:
- cursor.execute('select uri, title, bookmark, gecko_flags,visits, ' \
+ cursor.execute('select uri, title, bookmark, gecko_flags,visits, '
'last_visit from places where uri=?', (uri,))
row = cursor.fetchone()