File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ print(f'You have created the document:\n{example_document}')
339
339
340
340
When you run the code, you see a result similar to the following output.
341
341
342
- ``` txt
342
+ ``` text
343
343
"orders" database created.
344
344
You have created the document:
345
345
{
@@ -401,7 +401,7 @@ print(f'Document retrieved from database:\n'
401
401
</details >
402
402
When you run the code, you see a result similar to the following output.
403
403
404
- ``` txt
404
+ ``` text
405
405
Server Version: 2.1.1
406
406
Document count in "orders" database is 1.
407
407
Document retrieved from database:
@@ -508,7 +508,7 @@ except ApiException as ae:
508
508
</details >
509
509
When you run the code, you see a result similar to the following output.
510
510
511
- ``` txt
511
+ ``` text
512
512
{
513
513
"_id": "example",
514
514
"_rev": "2-4e2178e85cffb32d38ba4e451f6ca376",
@@ -565,7 +565,7 @@ except ApiException as ae:
565
565
</details >
566
566
When you run the code, you see the following output.
567
567
568
- ``` txt
568
+ ``` text
569
569
You have deleted the document.
570
570
```
571
571
You can’t perform that action at this time.
0 commit comments