We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2819701 commit 6654287Copy full SHA for 6654287
elasticsearch_dsl/document_base.py
@@ -45,7 +45,7 @@ def __init__(self, *args, **kwargs):
45
class InstrumentedField:
46
"""Proxy object for a mapped document field.
47
48
- An object of this instance is returned when a field is access as a class
+ An object of this instance is returned when a field is accessed as a class
49
attribute of a ``Document`` or ``InnerDoc`` subclass. These objects can
50
be used in any situation in which a reference to a field is required, such
51
as when specifying sort options in a search::
0 commit comments