docs: Add missing newline that broke formatting

This commit is contained in:
Sebastian Spaeth 2010-03-19 11:01:19 +01:00
parent 0b57cb8ed9
commit e3aa28f055

View file

@ -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