diff options
| -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') | 
