From: Gaƫtan de Menten Date: Mon, 30 Jul 2007 11:45:56 +0000 (+0000) Subject: more explicit doc X-Git-Tag: rel_0_4beta1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44e0907c2b7c56f6165fbee144756a8ffb48f0ae;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git more explicit doc --- diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py index 6d4ae34096..01562f7b51 100644 --- a/lib/sqlalchemy/orm/query.py +++ b/lib/sqlalchemy/orm/query.py @@ -592,7 +592,7 @@ class Query(object): return q def first(self): - """Return the first result of this ``Query``. + """Return the first result of this ``Query`` or None if the result doesn't contain any row. This results in an execution of the underlying query. """