Skip to content

Commit

Permalink
Merge branch 'proper-file-plurals' into alpha
Browse files Browse the repository at this point in the history
A second time, because Python isn't as smart as I thought.
  • Loading branch information
dgw committed Apr 29, 2019
2 parents 11eb7b2 + 61954a7 commit ed95ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel_modules/github/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def commit_info(bot, trigger, match=None):
bold(' | '),
str(data['stats']['total']),
' changes in ',
file_count,
str(file_count),
' file' if file_count == 1 else ' files'
]
bot.say(''.join(response))
Expand Down

0 comments on commit ed95ac8

Please sign in to comment.