Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 10, 2024
1 parent 79cc7eb commit 44fd3b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_help_scripts/create_pr_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 44fd3b4

Please sign in to comment.