From e3aa28f05531723aa3b182be5194614372a8ee54 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Fri, 19 Mar 2010 11:01:19 +0100 Subject: [PATCH] docs: Add missing newline that broke formatting --- cnotmuch/database.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cnotmuch/database.py b/cnotmuch/database.py index c815e440..1f06d433 100644 --- a/cnotmuch/database.py +++ b/cnotmuch/database.py @@ -297,6 +297,7 @@ class Database(object): """Returns a :class:`Query` derived from this database This is a shorthand method for doing:: + # short version # Automatically frees the Database() when 'q' is deleted -- 2.43.0