More inclusive language

This commit is contained in:
Simon Willison 2021-06-02 21:45:03 -07:00
commit 6e9b07be92
3 changed files with 3 additions and 3 deletions

View file

@ -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(