summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-16 19:48:09 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-16 20:25:58 +0000
commitf5bd6063fc16c4f008716833dc1209796caf39d8 (patch)
tree704af135d5d9d2e419a7acf0b17a7c1f2756d452
parenta3193aca2aa34b19da1ae3a11f413ebe22115528 (diff)
downloadpsycopg2-f5bd6063fc16c4f008716833dc1209796caf39d8.tar.gz
Fixed link to attribute in news
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 566a39b..52868e9 100644
--- a/NEWS
+++ b/NEWS
@@ -41,7 +41,7 @@ New features:
(:ticket:`#503`).
- `~connection.isolation_level` is now writable and entirely separated from
`~connection.autocommit`; added `~connection.readonly`,
- `connection.deferrable` writable attributes.
+ `~connection.deferrable` writable attributes.
Bug fixes: