From 577025979aee0204ce3c5f80a346e5b898e0b023 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 30 Nov 2023 22:51:38 -0500 Subject: docs updated for repl concepts section --- python/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/function.py') 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 -- cgit v1.3.1