Skip to content

Commit

Permalink
Merge pull request spotify#122 from timgates42/bugfix_typo_quantity
Browse files Browse the repository at this point in the history
docs: fix simple typo, quanity -> quantity
  • Loading branch information
Daniel Norberg authored Feb 5, 2021
2 parents 4fcd8a4 + e835813 commit 5ac3a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chartify/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def _bar_stacked_example_2(quantity_by_fruit_and_country):
@_print_source
def _bar_stacked_example_3(quantity_by_fruit_and_country):
"""Docstring"""
# Get the ordered list of quanity by country to order the stacks.
# Get the ordered list of quantity by country to order the stacks.
country_order = (
quantity_by_fruit_and_country.groupby('country')['quantity'].sum()
.sort_values(ascending=False).index)
Expand Down

0 comments on commit 5ac3a88

Please sign in to comment.