diff --git a/cookbooks/Cookbook_2_Validate_data_during_ingestion_take_action_on_failures.ipynb b/cookbooks/Cookbook_2_Validate_data_during_ingestion_take_action_on_failures.ipynb index b8a5ed8..025f138 100644 --- a/cookbooks/Cookbook_2_Validate_data_during_ingestion_take_action_on_failures.ipynb +++ b/cookbooks/Cookbook_2_Validate_data_during_ingestion_take_action_on_failures.ipynb @@ -661,7 +661,7 @@ "metadata": {}, "outputs": [], "source": [ - "# Show the metadata contained in the Validation Resultsunexpected_index_list field\n", + "# Show the metadata contained in the Validation Results unexpected_index_list field\n", "# for the failing Expectation.\n", "failed_expectations[0][\"result\"][\"unexpected_index_list\"]" ]