Skip to content

Commit

Permalink
Docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Jun 28, 2021
1 parent e794769 commit a2a6843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microdf/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ def poverty_gap(self, income: str, threshold: str) -> float:
@get_args_as_micro_series()
def deep_poverty_gap(self, income: str, threshold: str) -> float:
"""Calculate deep poverty gap, i.e., the total gap between income and
half of poverty thresholds for all people in poverty.
half of poverty thresholds for all people in deep poverty.
:param income: Column indicating income.
:type income: str
Expand Down

0 comments on commit a2a6843

Please sign in to comment.