Skip to content

Commit

Permalink
fix: [documentation] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Oct 14, 2020
1 parent 2b3991c commit 8385937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsservice/lib/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def risk_averages_on_date(risks_stats, params={}):
"""Evaluates the averages for the risks per date. Averages are evaluated per categories
(current/residual, informational/operational, low/medium/high).
Supported parameters:
- risks_type: informational or residual
- risks_type: informational or operational
- risk_state: current or residual."""
result = {
"current": {
Expand Down

0 comments on commit 8385937

Please sign in to comment.