Skip to content

Commit e13319f

Browse files
committed
Fix little typo in the docs.
1 parent 73ed90e commit e13319f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/athena/_read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def read_sql_query(
615615
sql : str
616616
SQL query.
617617
database : str
618-
AWS Glue/Athena database name - It is only the origin database from where the query will be launched,
618+
AWS Glue/Athena database name - It is only the origin database from where the query will be launched.
619619
You can still using and mixing several databases writing the full table name within the sql
620620
(e.g. `database.table`).
621621
ctas_approach: bool

0 commit comments

Comments
 (0)