Skip to content

Commit

Permalink
Fix typo in sqllab docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 27, 2016
1 parent b242063 commit c7ba143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sqllab.rst
Expand Up @@ -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.
Expand Down

0 comments on commit c7ba143

Please sign in to comment.