Skip to content
Snippets Groups Projects
Commit f5d0d009 authored by Sébastien Helleu's avatar Sébastien Helleu
Browse files

Fix typo in a comment

parent 754d6910
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -137,7 +137,7 @@ class GitChart(object):
sorted_keys = sorted_keys[-1 * max_keys:]
bar_chart.x_labels = sorted_keys[:]
if max_x_labels > 0 and len(bar_chart.x_labels) > max_x_labels:
# reduce number of x labels for readibility: keep only one label
# reduce number of x labels for readability: keep only one label
# on N, starting from the end
num = max(2, (len(bar_chart.x_labels) // max_x_labels) * 2)
count = 0
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment