Skip to content

Commit 5ebad88

Browse files
As per PR # 107 comments, code change is implemented.
1 parent 09b406c commit 5ebad88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/diagnosis_date_reason_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ def get_valid_value_id(self) -> Optional[int]:
9898

9999
def get_description(self) -> str:
100100
"""
101-
Returns the description for the diagnosis date reason.
101+
Returns the description for the diagnosis date reason
102102
"""
103103
return self._description

0 commit comments

Comments
 (0)