We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f8697 commit f2bb95cCopy full SHA for f2bb95c
1 file changed
tiledb/array_schema.py
@@ -499,7 +499,7 @@ def _repr_html_(self):
499
output.write(f"<tr><td>{self.sparse}</td></tr>")
500
501
if self.sparse:
502
- output.write("<tr><th>Allows DuplicatesK/th></tr>")
+ output.write("<tr><th>Allows Duplicates</th></tr>")
503
output.write(f"<tr><td>{self.allows_duplicates}</td></tr>")
504
505
output.write("</table>")
0 commit comments