From 923016474fb861e94c7d2ca99fdd22b8901ca48c 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 06d8b8999e59f1..f2d5121b784001 100644 --- a/utils/check_repo.py +++ b/utils/check_repo.py @@ -1091,7 +1091,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: