Skip to content

Commit ad593d8

Browse files
committed
Fix typo in link.py
1 parent 05604e8 commit ad593d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def get_json(self):
131131
self.load_data()
132132
return self._json_data
133133

134-
def get_meatadta(self):
134+
def get_metadata(self):
135135
if not self._loaded:
136136
self.load_data()
137137
return self._metadata

0 commit comments

Comments
 (0)