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: