Skip to content

Commit

Permalink
Merge pull request #55 from CartoDB/kevin-reilly-patch-1
Browse files Browse the repository at this point in the history
Minor Doc Changes
  • Loading branch information
alrocar committed Jun 13, 2017
2 parents f7c7c0a + df8038c commit 0d2fadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/sql_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Making requests to the `SQL API`_ is pretty straightforward:

::

from carto.sql import SQLCLient
from carto.sql import SQLClient

sql = SQLCLient(auth_client)
sql = SQLClient(auth_client)

try:
sql.send('select * from mytable')
Expand Down

0 comments on commit 0d2fadd

Please sign in to comment.