diff --git a/docs/sqllab.rst b/docs/sqllab.rst index 9c53036c78..dfd587d039 100644 --- a/docs/sqllab.rst +++ b/docs/sqllab.rst @@ -29,7 +29,7 @@ Templating with Jinja SELECT * FROM some_table - WHERE partition_key = '{{ preto.latest_partition('some_table') }}' + WHERE partition_key = '{{ presto.latest_partition('some_table') }}' Templating unleashes the power and capabilities of a programming language within your SQL code.