From eba80cf6ecefec6ac0c88da417622cc61f21e239 Mon Sep 17 00:00:00 2001 From: Joao Gante Date: Tue, 30 Jul 2024 10:58:46 +0000 Subject: [PATCH] nits --- utils/check_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/check_repo.py b/utils/check_repo.py index 3e8772983fa9..2f0e12c9cf51 100644 --- a/utils/check_repo.py +++ b/utils/check_repo.py @@ -1100,7 +1100,7 @@ def check_public_method_exists(documented_methods_map): if not hasattr(obj_class, method): failures.append( "The following public method is explicitly documented but not defined in the corresponding " - f"class: {obj}, method: {method}" + f"class. class: {obj}, method: {method}" ) if len(failures) > 0: