diff --git a/docs/docs/how_to/extraction_examples.ipynb b/docs/docs/how_to/extraction_examples.ipynb index 4c2c8627a02..764e801f39c 100644 --- a/docs/docs/how_to/extraction_examples.ipynb +++ b/docs/docs/how_to/extraction_examples.ipynb @@ -436,7 +436,14 @@ "name": "stdout", "output_type": "stream", "text": [ - "people=[]\n" + "people=[Person(name='earth', hair_color='null', height_in_meters='null')]\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "people=[Person(name='earth', hair_color='null', height_in_meters='null')]\n" ] }, { @@ -450,14 +457,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "people=[]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "people=[]\n" + "people=[Person(name='earth', hair_color='null', height_in_meters='null')]\n" ] }, {