Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
doorleyr committed Jul 14, 2020
1 parent 9145920 commit d95e098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions diversity_indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ def return_indicator(self,geogrid_data):

return [{'name': 'Diversity Jobs', 'value': job_diversity,'raw_value': job_diversity,
'viz_type': self.viz_type, 'units': None},
{'name': 'Diveristy Third Places', 'value': third_diversity, 'raw_value': third_diversity,
{'name': 'Diversity Third Places', 'value': third_diversity, 'raw_value': third_diversity,
'viz_type': self.viz_type, 'units': None},
{'name': 'Diveristy Education', 'value': edu_diversity, 'raw_value': edu_diversity,
{'name': 'Diversity Education', 'value': edu_diversity, 'raw_value': edu_diversity,
'viz_type': self.viz_type, 'units': None},
{'name': 'Diveristy Housing', 'value': housing_diversity, 'raw_value': housing_diversity,
{'name': 'Diversity Housing', 'value': housing_diversity, 'raw_value': housing_diversity,
'viz_type': self.viz_type, 'units': None}]


Expand Down

0 comments on commit d95e098

Please sign in to comment.