diff --git a/manage-data/ingest/ingesting-data-from-applications/ingest-data-with-python-on-elasticsearch-service.md b/manage-data/ingest/ingesting-data-from-applications/ingest-data-with-python-on-elasticsearch-service.md index 557e20cb38..c590d9c1ee 100644 --- a/manage-data/ingest/ingesting-data-from-applications/ingest-data-with-python-on-elasticsearch-service.md +++ b/manage-data/ingest/ingesting-data-from-applications/ingest-data-with-python-on-elasticsearch-service.md @@ -152,7 +152,7 @@ After connecting to your deployment, you are ready to index and search data. Let es.index( index='lord-of-the-rings', document={ - 'character': 'Aragon', + 'character': 'Aragorn', 'quote': 'It is not this day.' }) ```