Skip to content

Commit

Permalink
Update ontopy/ontology.py
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb authored Dec 11, 2024
1 parent f00e35b commit 7b89018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ontopy/ontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ def properties(self, imported=False):
generator.append(prop)

for prop in list(
self._entities("annotation_propertoes", imported=imported)
self._entities("annotation_properties", imported=imported)
):
generator.append(prop)

Expand Down

0 comments on commit 7b89018

Please sign in to comment.