Skip to content

Commit a4b5e0b

Browse files
author
Veronika Matyus
committed
Unify variable name to document_as_byte_stream
1 parent 54a6b77 commit a4b5e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/examples/src/update_doc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
).get_result()
2323

2424
# Note: for response byte stream use:
25-
# document_as_stream = client.get_document_as_stream(
25+
# document_as_byte_stream = client.get_document_as_stream(
2626
# db=example_db_name,
2727
# doc_id=example_doc_id
2828
# ).get_result()
@@ -43,7 +43,7 @@
4343
# Note: for request byte stream use:
4444
# update_document_response = client.post_document(
4545
# db=example_db_name,
46-
# document=document_as_binaryio
46+
# document=document_as_byte_stream
4747
# ).get_result()
4848

4949
# Keep track with the revision number of the document object:

0 commit comments

Comments
 (0)