File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/reference/models/blocks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1601,7 +1601,7 @@ <h3>Inherited members</h3>
16011601 else:
16021602 field_objects.append(PlainTextObject(**d)) # type: ignore[arg-type]
16031603 else:
1604- self.logger.warning(f"Unsupported filed detected and skipped {f}")
1604+ self.logger.warning(f"Unsupported field detected and skipped {f}")
16051605 self.fields = field_objects
16061606 self.accessory = BlockElement.parse(accessory) # type: ignore[arg-type]
16071607 self.expand = expand
Original file line number Diff line number Diff line change @@ -6592,7 +6592,7 @@ <h3>Inherited members</h3>
65926592 else:
65936593 field_objects.append(PlainTextObject(**d)) # type: ignore[arg-type]
65946594 else:
6595- self.logger.warning(f"Unsupported filed detected and skipped {f}")
6595+ self.logger.warning(f"Unsupported field detected and skipped {f}")
65966596 self.fields = field_objects
65976597 self.accessory = BlockElement.parse(accessory) # type: ignore[arg-type]
65986598 self.expand = expand
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ def __init__(
179179 else :
180180 field_objects .append (PlainTextObject (** d )) # type: ignore[arg-type]
181181 else :
182- self .logger .warning (f"Unsupported filed detected and skipped { f } " )
182+ self .logger .warning (f"Unsupported field detected and skipped: { f } " )
183183 self .fields = field_objects
184184 self .accessory = BlockElement .parse (accessory ) # type: ignore[arg-type]
185185 self .expand = expand
You can’t perform that action at this time.
0 commit comments