Skip to content

Commit

Permalink
Fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and renovate[bot] committed Oct 3, 2023
1 parent e18d1fd commit 6218262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tilecloud_chain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@


def formated_metadata(tile: Tile) -> str:
"""Get human redable string of the metadata."""
"""Get human readable string of the metadata."""

metadata = dict(tile.metadata)
if "tiles" in metadata:
metadata["tiles"] = metadata["tiles"].keys() # type: ignore
Expand Down

0 comments on commit 6218262

Please sign in to comment.