summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-20 13:12:46 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-05-20 13:12:46 +0200
commit0f457a01d9eb61fc83be35ce9676ff200a90f470 (patch)
tree5f1d7c05294dd497bc4e21e3196bd7d4569f019d
parent8ea5d0c0b8e7dc74e516ae24c3841a7c4b5a0d21 (diff)
downloadpsycopg2-0f457a01d9eb61fc83be35ce9676ff200a90f470.tar.gz
Fix NEWS typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 352eafd..35044bc 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ What's new in psycopg 2.9
What's new in psycopg 2.8.7
^^^^^^^^^^^^^^^^^^^^^^^^^^^
-- Accept empty params as `~psycopg2.connect()` (:ticket:`#1250).
+- Accept empty params as `~psycopg2.connect()` (:ticket:`#1250`).
- Fix attributes refcount in `Column` initialisation (:ticket:`#1252`).