From: Mike Bayer Date: Wed, 17 Mar 2021 19:07:50 +0000 (-0400) Subject: fix typo X-Git-Tag: rel_1_4_2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fec5028e695ad138aa46a0ae66c55e8bcb653f6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo Change-Id: I7afb81cfa4f8041181c24666bb9acd71ff45692b --- diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index aea5ca17ca..68a145e016 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -1064,7 +1064,7 @@ rows. A large portion of PostgreSQL's JSON functions for example such as ``json_each()``, ``json_to_record()``, ``json_populate_recordset()`` use such forms. These classes of SQL function calling forms in SQLAlchemy are available using the :meth:`_functions.FunctionElement.table_valued` method in conjunction -with :class:`_function.Function` objects generated from the :data:`_sql.func` +with :class:`_functions.Function` objects generated from the :data:`_sql.func` namespace. Examples from PostgreSQL's reference documentation follow below: