From 1c329624a5e4b9122b047c93cd64fbeb217d8682 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 6 Dec 2008 16:59:48 +0000 Subject: - merged -r5338:5429 of sphinx branch. - Documentation has been converted to Sphinx. In particular, the generated API documentation has been constructed into a full blown "API Reference" section which organizes editorial documentation combined with generated docstrings. Cross linking between sections and API docs are vastly improved, a javascript-powered search feature is provided, and a full index of all classes, functions and members is provided. --- lib/sqlalchemy/sql/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql/functions.py') diff --git a/lib/sqlalchemy/sql/functions.py b/lib/sqlalchemy/sql/functions.py index 87901b266..8b62910ac 100644 --- a/lib/sqlalchemy/sql/functions.py +++ b/lib/sqlalchemy/sql/functions.py @@ -75,7 +75,7 @@ class random(GenericFunction): GenericFunction.__init__(self, args=args, **kwargs) class count(GenericFunction): - """The ANSI COUNT aggregate function. With no arguments, emits COUNT *.""" + """The ANSI COUNT aggregate function. With no arguments, emits COUNT \*.""" __return_type__ = sqltypes.Integer -- cgit v1.2.1