diff options
Diffstat (limited to 'python/function.py')
| -rw-r--r-- | python/function.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/function.py b/python/function.py index 50c956db..7d588202 100644 --- a/python/function.py +++ b/python/function.py @@ -2734,7 +2734,7 @@ class Function: def reanalyze(self, update_type: FunctionUpdateType = FunctionUpdateType.UserFunctionUpdate) -> None: """ - ``reanalyze`` causes this functions to be reanalyzed. This function does not wait for the analysis to finish. + ``reanalyze`` causes this function to be reanalyzed. This function does not wait for the analysis to finish. :param enums.FunctionUpdateType update_type: (optional) Desired update type |
