Skip to content

Commit cf48957

Browse files
rcjsuenhonzakral
authored andcommitted
Fix possessive pronoun typo
Signed-off-by: Remy Suen <[email protected]>
1 parent 573e331 commit cf48957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch_dsl/document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def search(cls, using=None, index=None):
170170
@classmethod
171171
def get(cls, id, using=None, index=None, **kwargs):
172172
"""
173-
Retrieve a single document from elasticsearch using it's ``id``.
173+
Retrieve a single document from elasticsearch using its ``id``.
174174
175175
:arg id: ``id`` of the document to be retrieved
176176
:arg index: elasticsearch index to use, if the ``Document`` is

0 commit comments

Comments
 (0)