Skip to content

Commit 591deaa

Browse files
committed
[document] Code cleanup
1 parent 7a63199 commit 591deaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

odml/doc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Document(base._baseobj):
1515
@allow_inherit_docstring
1616
class BaseDocument(base.sectionable, Document):
1717
"""
18-
A represenation of an odML document in memory.
18+
A representation of an odML document in memory.
1919
Its odml attributes are: *author*, *date*, *version* and *repository*.
2020
A Document behaves very much like a section, except that it cannot hold
2121
properties.
@@ -133,4 +133,4 @@ def get_terminology_equivalent(self):
133133
if self.repository is None:
134134
return None
135135
term = terminology.load(self.repository)
136-
return term
136+
return term

0 commit comments

Comments
 (0)