Skip to content

Commit ae4c80a

Browse files
Fixed formatting issue with code block indentation in api.rst
1 parent fac94df commit ae4c80a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/api.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Amazon Athena
151151
list_prepared_statements
152152
delete_prepared_statement
153153

154-
read_sql_query(sql, con, **kwargs)
154+
read_sql_query(sql, con, **kwargs)
155155
----------------------------------
156156
157157
Executes a SQL query and returns the result as a Pandas DataFrame.
@@ -169,7 +169,6 @@ Executes a SQL query and returns the result as a Pandas DataFrame.
169169
# Run SQL query and get results into Pandas DataFrame
170170
df = wr.read_sql_query("SELECT * FROM employees", con=engine)
171171
172-
173172
Amazon Redshift
174173
---------------
175174

0 commit comments

Comments
 (0)