Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lrromero committed Jul 5, 2018
1 parent 045756d commit 0f28214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydatajson/indicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def _federation_indicators(catalog, central_catalog):
'datasets_no_federados': datasets_no_federados,
'datasets_federados': datasets_federados,
'datasets_federados_pct': round(federados_pct, 2),
'distribuciones_federadas-cant': dist_federadas
'distribuciones_federadas_cant': dist_federadas
})
return result

Expand Down

0 comments on commit 0f28214

Please sign in to comment.