From 3ef995a793305e7f0793e152452164c88f689184 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 25 Dec 2016 20:55:15 +0100 Subject: [PATCH] Fixed REst error in newsfile --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 014d8c02..d3ed838c 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ What's new in psycopg 2.6.3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Throw an exception trying to pass ``NULL`` chars as parameters - (:ticket:`#420). + (:ticket:`#420`). - Make `~psycopg2.extras.Range` objects picklable (:ticket:`#462`).