@@ -1761,7 +1761,7 @@ def _gantt(chart, colors, title, bar_width, showgrid_x, showgrid_y,
1761
1761
# name is not already in the list
1762
1762
if not group_tasks or tn not in task_names :
1763
1763
task_names .append (tn )
1764
- # Gurantees that for grouped tasks the tasks that are inserted first
1764
+ # Guarantees that for grouped tasks the tasks that are inserted first
1765
1765
# are shown at the top
1766
1766
if group_tasks :
1767
1767
task_names .reverse ()
@@ -1903,8 +1903,8 @@ def _gantt_colorscale(chart, colors, title, index_col, show_colorbar,
1903
1903
# name is not already in the list
1904
1904
if not group_tasks or tn not in task_names :
1905
1905
task_names .append (tn )
1906
- # Gurantees that for grouped tasks the tasks that are inserted first
1907
- # are shown at the top
1906
+ # Guarantees that for grouped tasks the tasks that are inserted
1907
+ # first are shown at the top
1908
1908
if group_tasks :
1909
1909
task_names .reverse ()
1910
1910
@@ -2002,8 +2002,8 @@ def _gantt_colorscale(chart, colors, title, index_col, show_colorbar,
2002
2002
# name is not already in the list
2003
2003
if not group_tasks or tn not in task_names :
2004
2004
task_names .append (tn )
2005
- # Gurantees that for grouped tasks the tasks that are inserted first
2006
- # are shown at the top
2005
+ # Guarantees that for grouped tasks the tasks that are inserted
2006
+ # first are shown at the top
2007
2007
if group_tasks :
2008
2008
task_names .reverse ()
2009
2009
@@ -2161,7 +2161,7 @@ def _gantt_dict(chart, colors, title, index_col, show_colorbar, bar_width,
2161
2161
# name is not already in the list
2162
2162
if not group_tasks or tn not in task_names :
2163
2163
task_names .append (tn )
2164
- # Gurantees that for grouped tasks the tasks that are inserted first
2164
+ # Guarantees that for grouped tasks the tasks that are inserted first
2165
2165
# are shown at the top
2166
2166
if group_tasks :
2167
2167
task_names .reverse ()
0 commit comments