Skip to content

Commit 601b677

Browse files
Fix unclosed bold text in api.rst
1 parent ae4c80a commit 601b677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api.rst

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)