Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
gante committed Aug 2, 2024
1 parent 6cf1cfa commit 9230164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/check_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9230164

Please sign in to comment.