Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Oct 12, 2023
1 parent cdc7a9b commit 3191eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_survey_manager/simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def compute_quantiles(simulation: Simulation, variable: str, nquantiles: int = N
Compute quantiles of a variable.
Args:
simulation (Simulation, optional): Simulation to be used_. Defaults to None.
simulation (Simulation, optional): Simulation to be used. Defaults to None.
variable (str, optional): Variable which quantiles are computed. Defaults to None.
nquantiles (int, optional): Number of quantiles. Defaults to None.
period (Optional[Union[int, str, Period]], optional): Period. Defaults to None.
Expand Down

0 comments on commit 3191eb9

Please sign in to comment.