We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a63199 commit 591deaaCopy full SHA for 591deaa
1 file changed
odml/doc.py
@@ -15,7 +15,7 @@ class Document(base._baseobj):
15
@allow_inherit_docstring
16
class BaseDocument(base.sectionable, Document):
17
"""
18
- A represenation of an odML document in memory.
+ A representation of an odML document in memory.
19
Its odml attributes are: *author*, *date*, *version* and *repository*.
20
A Document behaves very much like a section, except that it cannot hold
21
properties.
@@ -133,4 +133,4 @@ def get_terminology_equivalent(self):
133
if self.repository is None:
134
return None
135
term = terminology.load(self.repository)
136
- return term
+ return term
0 commit comments