From ed912a3578acf395c06ccfa4a2310d80b7be58e1 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 7 Jul 2016 04:12:40 +0100 Subject: [PATCH] news file typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 415411cf..1a29628f 100644 --- a/NEWS +++ b/NEWS @@ -14,7 +14,7 @@ What's new in psycopg 2.6.2 long-running query in an interactive shell using :kbd:`Ctrl-C` (:ticket:`#333`). - Fixed `!PersistentConnectionPool` on Python 3 (:ticket:`#348`). -- Fixed segfault on `repr()` of an unitialized connection (:ticket:`#361`). +- Fixed segfault on `repr()` of an uninitialized connection (:ticket:`#361`). - Allow adapting bytes using `~psycopg2.extensions.QuotedString` on Python 3 (:ticket:`#365`). - Added support for setuptools/wheel (:ticket:`#370`).