diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-11-30 22:51:38 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-11-30 22:51:44 -0500 |
| commit | 577025979aee0204ce3c5f80a346e5b898e0b023 (patch) | |
| tree | 2e7236931c4c4f7a2527d2c22b4e92b4762c5eba /python/function.py | |
| parent | f1d97429401367d0749e37f7f99cd163987e2a9c (diff) | |
docs updated for repl concepts section
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 |
