From 4818e9a4ea8a276bb9d1333916be081d044a9bf2 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Tue, 6 Jun 2023 10:29:43 +0200 Subject: [PATCH] Fixed doctest --- ontopy/patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ontopy/patch.py b/ontopy/patch.py index 14b467619..05235d9e3 100644 --- a/ontopy/patch.py +++ b/ontopy/patch.py @@ -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']