improve_stylistics property

CheckGrammarOptions.improve_stylistics property

Allows to specify either AI will try to improve stylistics of the text being proofed. Default value is False.

@property
def improve_stylistics(self) -> bool:
    ...

@improve_stylistics.setter
def improve_stylistics(self, value: bool):
    ...

See Also