We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe25b4 commit d9061aaCopy full SHA for d9061aa
2 files changed
reqif/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.0.31"
+__version__ = "0.0.32"
reqif/models/reqif_spec_object.py
@@ -17,7 +17,7 @@ def __init__( # pylint: disable=too-many-arguments
17
self.attribute_type: SpecObjectAttributeType = attribute_type
18
self.definition_ref: str = definition_ref
19
self.value: Union[str, List[str]] = value
20
- # Only for XHTML attributes: A valud stripped of the
+ # Only for XHTML attributes: A value stripped of the
21
# <xhtml:...> namespace. <xhtml:div> becomes <div>...
22
self.value_stripped_xhtml: Optional[str] = value_stripped_xhtml
23
self.xml_node: Optional[Any] = xml_node
0 commit comments