Skip to content

Commit 261ffb7

Browse files
committed
SDK-1299: Address spelling mistakes
1 parent 9077b7a commit 261ffb7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

yoti_python_sdk/doc_scan/session/create/task/requested_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class RequestedTask(YotiSerializable):
1515
@abstractmethod
1616
def type(self):
1717
"""
18-
Returns the tyoe of the Task to create
18+
Returns the type of the Task to create
1919
2020
:return: the type
2121
:rtype: str

yoti_python_sdk/doc_scan/session/retrieve/recommendation_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def reason(self):
3838
@property
3939
def recovery_suggestion(self):
4040
"""
41-
Returns the recovery suggestion of the recommendtion
41+
Returns the recovery suggestion of the recommendation
4242
4343
:return: the recovery suggestion
4444
:rtype: str or None

yoti_python_sdk/doc_scan/session/retrieve/resource_container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __parse_liveness_capture(liveness_capture):
4141
"""
4242
Parses a liveness capture into a specific sub-class based on the
4343
liveness type. If no liveness type is available, it falls back
44-
to the parent class :class:`LivensssResourceResponse`
44+
to the parent class :class:`LivenessResourceResponse`
4545
4646
:param liveness_capture: the liveness capture
4747
:type liveness_capture: dict

0 commit comments

Comments
 (0)