Skip to content

Commit d0a9d15

Browse files
authored
Fix "th" --> "the" typo in DataFrame SQL docs (dask#12038)
1 parent 035e05a commit d0a9d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/dataframe-sql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ recreated into a fresh engine on the workers.
113113
Similarly, we cannot accommodate chunked queries
114114
which rely on the internal state of a database cursor; nor LIMIT/OFFSET
115115
queries, which are not guaranteed to be repeatable, and involve scanning
116-
the whole query on th server (which is very inefficient).
116+
the whole query on the server (which is very inefficient).
117117

118118
**If** your data is small enough not to require Dask's out-of-core and/or
119119
distributed capabilities, then you are probably better to use Pandas or SQLAlchemy

0 commit comments

Comments
 (0)