Skip to content

Commit 298bf73

Browse files
committed
chore(docs): clean up quotes a bit
1 parent d9f1692 commit 298bf73

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

ibis/backends/__init__.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@ def to_pandas(
125125
Mapping of scalar parameter expressions to value.
126126
limit
127127
An integer to effect a specific row limit. A value of `None` means
128-
"no limit". The default is in `ibis/config.py`.
128+
no limit. The default is in `ibis/config.py`.
129129
kwargs
130130
Keyword arguments
131-
132131
"""
133132
return self.execute(expr, params=params, limit=limit, **kwargs)
134133

@@ -151,7 +150,7 @@ def to_pandas_batches(
151150
Mapping of scalar parameter expressions to value.
152151
limit
153152
An integer to effect a specific row limit. A value of `None` means
154-
"no limit". The default is in `ibis/config.py`.
153+
no limit. The default is in `ibis/config.py`.
155154
chunk_size
156155
Maximum number of rows in each returned `DataFrame` batch. This may have
157156
no effect depending on the backend.
@@ -200,7 +199,7 @@ def to_pyarrow(
200199
Mapping of scalar parameter expressions to value.
201200
limit
202201
An integer to effect a specific row limit. A value of `None` means
203-
"no limit". The default is in `ibis/config.py`.
202+
no limit. The default is in `ibis/config.py`.
204203
kwargs
205204
Keyword arguments
206205
@@ -247,7 +246,7 @@ def to_polars(
247246
Mapping of scalar parameter expressions to value.
248247
limit
249248
An integer to effect a specific row limit. A value of `None` means
250-
"no limit". The default is in `ibis/config.py`.
249+
no limit. The default is in `ibis/config.py`.
251250
kwargs
252251
Keyword arguments
253252
@@ -283,7 +282,7 @@ def to_pyarrow_batches(
283282
Ibis expression to export to pyarrow
284283
limit
285284
An integer to effect a specific row limit. A value of `None` means
286-
"no limit". The default is in `ibis/config.py`.
285+
no limit. The default is in `ibis/config.py`.
287286
params
288287
Mapping of scalar parameter expressions to value.
289288
chunk_size

0 commit comments

Comments
 (0)