Skip to content

Commit c9d5850

Browse files
committed
SDK-1299: Correct Doc Scan docs
1 parent 46f069c commit c9d5850

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

yoti_python_sdk/doc_scan/session/create/sdk_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class SdkConfig(YotiSerializable):
1010
"""
11-
Provides configuration properties using by the web/native clients
11+
Provides configuration properties for the web/native clients
1212
"""
1313

1414
def __init__(

yoti_python_sdk/doc_scan/session/create/session_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def resources_ttl(self):
7878
@property
7979
def user_tracking_id(self):
8080
"""
81-
User tracking ID, for the Relying Business to track returning users
81+
User tracking ID, to track returning users
8282
8383
:return: the user tracking ID
8484
:rtype: str

yoti_python_sdk/doc_scan/session/retrieve/id_document_resource_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def document_fields(self):
7979
def text_extraction_tasks(self):
8080
"""
8181
Returns a list of text extraction tasks associated
82-
with the id document
82+
with the identity document
8383
8484
:return: list of text extraction tasks
8585
:rtype: list[TextExtractionTaskResponse]

yoti_python_sdk/doc_scan/session/retrieve/resource_response.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55

66
class ResourceResponse(object):
7+
"""
8+
Represents a resource
9+
"""
10+
711
def __init__(self, data=None):
812
"""
913
:param data: the data to parse

0 commit comments

Comments
 (0)