From: Sebastian Spaeth Date: Fri, 19 Mar 2010 10:01:19 +0000 (+0100) Subject: docs: Add missing newline that broke formatting X-Git-Tag: 0.3~121^2~55 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e3aa28f05531723aa3b182be5194614372a8ee54 docs: Add missing newline that broke formatting --- 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