Skip to content

Commit 6f49e9f

Browse files
committed
DOC: Fix typo in doc string syntax
1 parent 593a5c9 commit 6f49e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ my_table = read_csv("some_file.csv")
2121

2222
register_temp_table(my_table, "my_table")
2323

24-
query(""""select * from my_table""")
24+
query("""select * from my_table""")
2525
```
2626

2727
The package currently only supports pandas but there are plans to support dask and

0 commit comments

Comments
 (0)