Skip to content

Commit

Permalink
Fixed doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Jun 6, 2023
1 parent 3af8e4a commit 4818e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ontopy/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _setitem(self, name, value):
>>> emmo = get_emmo()
>>> emmo.Atom['altLabel']
['ChemicalElement']
emmo.Atom['altLabel'] = 'Element'
>>> emmo.Atom['altLabel'] = 'Element'
>>> emmo.Atom['altLabel']
['ChemicalElement', 'Element']
Expand Down

0 comments on commit 4818e9a

Please sign in to comment.