Skip to content

Commit abbec06

Browse files
Fix typo in ingest-data-with-python-on-elasticsearch-service.md (#2031)
1 parent 3c25c28 commit abbec06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-data/ingest/ingesting-data-from-applications/ingest-data-with-python-on-elasticsearch-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ After connecting to your deployment, you are ready to index and search data. Let
152152
es.index(
153153
index='lord-of-the-rings',
154154
document={
155-
'character': 'Aragon',
155+
'character': 'Aragorn',
156156
'quote': 'It is not this day.'
157157
})
158158
```

0 commit comments

Comments
 (0)