summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-09-14 21:45:16 -0500
committerKali Kaneko <kali@leap.se>2014-09-14 21:45:16 -0500
commit4b7dd0ba9a0ed2fb0cce35eee0594db94d41b18d (patch)
tree61197987bea970d33416518f768984022488a101
parent87211b5d0bcd61ce36966c229f63fedb6db27e62 (diff)
fix bad expression
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1cfb4b7..667d816 100644
--- a/README.rst
+++ b/README.rst
@@ -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')