Skip to content

Commit

Permalink
style: verbose changed to variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Mar 14, 2024
1 parent babbbd8 commit 8ab9997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/infrastructure/routes/epochs.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get(self):
"matchedRewards": fields.String(
required=False,
description="""Total matched rewards for the given epoch.
Includes matchedRewards from Golem Foundation and funds from patrons."""
Includes matchedRewards from Golem Foundation and patronRewards."""
),
"leftover": fields.String(
required=False,
Expand Down

0 comments on commit 8ab9997

Please sign in to comment.