Fix spelling of displayed, refs #2299

This commit is contained in:
Simon Willison 2024-03-12 16:17:53 -07:00
commit 8d456aae45

View file

@ -1705,7 +1705,7 @@ row_actions(datasette, actor, request, database, table, row)
The name of the table.
``row`` - ``sqlite.Row``
The SQLite row object being dispayed on the page.
The SQLite row object being displayed on the page.
Return links for the "Row actions" menu shown at the top of the row page.