Skip to content

Commit 6654287

Browse files
Update elasticsearch_dsl/document_base.py
Co-authored-by: Quentin Pradet <[email protected]>
1 parent 2819701 commit 6654287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch_dsl/document_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self, *args, **kwargs):
4545
class InstrumentedField:
4646
"""Proxy object for a mapped document field.
4747
48-
An object of this instance is returned when a field is access as a class
48+
An object of this instance is returned when a field is accessed as a class
4949
attribute of a ``Document`` or ``InnerDoc`` subclass. These objects can
5050
be used in any situation in which a reference to a field is required, such
5151
as when specifying sort options in a search::

0 commit comments

Comments
 (0)