Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpgraae committed Mar 1, 2022
1 parent 7011a23 commit f3b3e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terracotta/drivers/sqlite_meta_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SQLiteMetaStore(RelationalMetaStore):
The SQLite database consists of 4 different tables:
- ``terracotta``: Metadata about the database itself.
- ``keys``: Contains two columns holding all available keys and their description.
- ``key_names``: Contains two columns holding all available keys and their description.
- ``datasets``: Maps key values to physical raster path.
- ``metadata``: Contains actual metadata as separate columns. Indexed via key values.
Expand Down

0 comments on commit f3b3e26

Please sign in to comment.