File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ def insert_field_at(
477477 """
478478 Inserts a field in the embed at the specified index
479479
480- :param index: The new field's index
480+ :param index: The field's index to insert
481481 :type index: int
482482 :param name: The name of the field
483483 :type name: str
@@ -501,7 +501,7 @@ def set_field_at(
501501 """
502502 Overwrites the field in the embed at the specified index
503503
504- :param index: The new field's index
504+ :param index: The field's index to overwrite
505505 :type index: int
506506 :param name: The name of the field
507507 :type name: str
@@ -526,7 +526,7 @@ def remove_field(self, index: int) -> None:
526526 """
527527 Remove field at the specified index
528528
529- :param index: The new field's index
529+ :param index: The field's index to remove
530530 :type index: int
531531 """
532532
You can’t perform that action at this time.
0 commit comments