diff --git a/english/python-net/aspose.tasks.saving/mppsaveoptions/_index.md b/english/python-net/aspose.tasks.saving/mppsaveoptions/_index.md
index 06c6995a6..72b9ee074 100644
--- a/english/python-net/aspose.tasks.saving/mppsaveoptions/_index.md
+++ b/english/python-net/aspose.tasks.saving/mppsaveoptions/_index.md
@@ -21,8 +21,10 @@ The MPPSaveOptions type exposes the following members:
| :- | :- |
|save_format|Gets or sets the format in which the document will be saved if this save options object is used.|
|remove_invalid_assignments|Gets or sets a value indicating whether to remove invalid resource assignments when saving to MPP.|
-|write_view_data|Gets or sets a value indicating whether to write view data when saving to MPP.|
-|write_filters|Gets or sets a value indicating whether to write filter data when saving to MPP.|
+|write_view_data|Gets or sets a value indicating whether to write view data when saving a project to MPP format.|
+|write_filters|Gets or sets a value indicating whether to write filter data when saving a project to MPP for format.|
+|write_groups|Gets or sets a value indicating whether to write groups data when saving a project to MPP for format.|
+|clear_vba|Gets or sets a value indicating whether to remove existing VBA macros data when saving a project to MPP format.|
|protection_password|Gets or sets a password which is used to protect a resulting MPP file. Currently is supported for MS Project 2010 and newer formats.|
### See Also
diff --git a/english/python-net/aspose.tasks/extendedattributedefinition/_index.md b/english/python-net/aspose.tasks/extendedattributedefinition/_index.md
index 79832efdb..eefb9c92e 100644
--- a/english/python-net/aspose.tasks/extendedattributedefinition/_index.md
+++ b/english/python-net/aspose.tasks/extendedattributedefinition/_index.md
@@ -32,7 +32,7 @@ The ExtendedAttributeDefinition type exposes the following members:
|calculation_type|Gets or sets the type of calculation of the custom attribute's value.|
|summary_rows_calculation_type|Gets or sets the type of calculation of the custom attribute's value for summary rows.|
|formula|Gets or sets the formula that Microsoft Project uses to populate a custom task field.|
-|graphical_indicator|Get os sets a graphical indicators info associated with the extended attribute.|
+|graphical_indicator|Gets or sets a graphical indicators info associated with the extended attribute.
Applicable to MPP format.|
|restrict_values|Gets or sets a value indicating whether the custom field values are restricted to values in the [value_list](/tasks/python-net/aspose.tasks/extendedattributedefinition/).|
|valuelist_sort_order|Gets or sets the way value lists are sorted. Values are: 0=Descending, 1=Ascending.|
|append_new_values|Gets or sets a value indicating whether new values added to a project are automatically added to the list.|
diff --git a/english/python-net/aspose.tasks/graphicalindicatorcriteria/_index.md b/english/python-net/aspose.tasks/graphicalindicatorcriteria/_index.md
index cc838adcc..1d17a8b59 100644
--- a/english/python-net/aspose.tasks/graphicalindicatorcriteria/_index.md
+++ b/english/python-net/aspose.tasks/graphicalindicatorcriteria/_index.md
@@ -20,7 +20,7 @@ The GraphicalIndicatorCriteria type exposes the following members:
## Properties
| Name | Description |
| :- | :- |
-|test|Gets the type of comparison made between extended attribute`s value and Values that acts as a criteria for the application of the graphical indicator.
[FilterComparisonType](/tasks/python-net/aspose.tasks/filtercomparisontype/)|
+|test|Gets the type of comparison made between extended attribute's value and Values that acts as a criteria for the application of the graphical indicator.
[FilterComparisonType](/tasks/python-net/aspose.tasks/filtercomparisontype/)|
|value1|Gets the value used to test extended attribute's value.|
|value2|Gets the second value used to test extended attribute's value in case of 'IsWithin' and 'IsNotWithin' comparison types.|
|image_index|Gets the index of the image to display when the field meets the criteria.|
diff --git a/english/python-net/aspose.tasks/group/_index.md b/english/python-net/aspose.tasks/group/_index.md
index 55d25f92e..f78b5f026 100644
--- a/english/python-net/aspose.tasks/group/_index.md
+++ b/english/python-net/aspose.tasks/group/_index.md
@@ -25,6 +25,7 @@ The Group type exposes the following members:
|show_summary|Gets or sets a value indicating whether summary rows are displayed for the group.|
|maintain_hierarchy|Gets or sets a value indicating whether to show all the levels of summary tasks for subtasks within group.|
|show_in_menu|Gets or sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon.|
+|group_assignments|Gets or sets a value indicating whether assignments should be grouped instead of tasks.|
|group_criteria|Gets or sets a GroupCriteria collection representing the fields in a group definition.|
### See Also