diff options
author | Kali Kaneko <kali@leap.se> | 2014-09-14 21:45:16 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-09-14 21:45:16 -0500 |
commit | 4b7dd0ba9a0ed2fb0cce35eee0594db94d41b18d (patch) | |
tree | 61197987bea970d33416518f768984022488a101 | |
parent | 87211b5d0bcd61ce36966c229f63fedb6db27e62 (diff) |
fix bad expression
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Packaging for SQLCipher (c) 2013 Kali Kaneko Usage ----- -You have to pass the ``PRAGMA=key`` before doing any operations:: +You have to pass the ``PRAGMA key`` before doing any operations:: from pysqlcipher import dbapi2 as sqlite conn = sqlite.connect('test.db') |