mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
More inclusive language
This commit is contained in:
parent
f78ebdc045
commit
6e9b07be92
3 changed files with 3 additions and 3 deletions
|
|
@ -304,7 +304,7 @@ class ArrayFacet(Facet):
|
|||
)
|
||||
types = tuple(r[0] for r in results.rows)
|
||||
if types in (("array",), ("array", None)):
|
||||
# Now sanity check that first 100 arrays contain only strings
|
||||
# Now check that first 100 arrays contain only strings
|
||||
first_100 = [
|
||||
v[0]
|
||||
for v in await self.ds.execute(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue