From 44fd3b4b98d6f045736493ff90210f8cdc348ba4 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Tue, 10 Dec 2024 21:00:55 +0000 Subject: [PATCH] Update comments --- make_help_scripts/create_pr_stats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_help_scripts/create_pr_stats.py b/make_help_scripts/create_pr_stats.py index 9688d1cc94..9e5a94b791 100644 --- a/make_help_scripts/create_pr_stats.py +++ b/make_help_scripts/create_pr_stats.py @@ -633,7 +633,7 @@ def create_contributors_table_with_graph(contributors_stats, user_details, table def print_reviewers_stats(reviewers_stats): """ - Prints the statistics of the reviewers. + Prints the statistics of the 10 reviewers with most finished reviews. Args: reviewers_stats (dict): A dictionary containing the statistics of the reviewers. @@ -646,7 +646,7 @@ def print_reviewers_stats(reviewers_stats): def print_contributors_stats(contributors_stats): """ - Prints the statistics of the contributors. + Prints the statistics of the 10 contributors with the most line changes. Args: contributors_stats (dict): A dictionary containing the statistics of the contributors.