Fix typo in sqllab docs

This commit is contained in:
Maxime Beauchemin 2016-10-26 20:44:03 -07:00
parent b24206387b
commit c7ba143d03
1 changed files with 1 additions and 1 deletions

View File

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