Skip to content

Commit 22aef9b

Browse files
Update deep_code/utils/ogc_api_record.py
Co-authored-by: Thomas Storm <[email protected]>
1 parent 8b29f13 commit 22aef9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deep_code/utils/ogc_api_record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def format_string(s):
100100

101101
def build_them_links_for_records(self):
102102
for theme in self.themes:
103-
formated_theme = self.format_string(theme)
103+
formatted_theme = self.format_string(theme)
104104
link = {
105105
"rel": "related",
106106
"href": f"../../themes/{theme}/catalog.json",

0 commit comments

Comments
 (0)