diff options
Diffstat (limited to 'chimere/models.py')
-rw-r--r-- | chimere/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/models.py b/chimere/models.py index 96fcbf7..e767ab0 100644 --- a/chimere/models.py +++ b/chimere/models.py @@ -591,7 +591,7 @@ class GeographicItem(models.Model): weight = models.FloatField( _("Weight"), blank=True, null=True, help_text=_( - "Weight are used for heatmap and clustering. A formula must " + "Weight are used for heatmap and clustering. A formula must be " "defined in the associated category.")) normalised_weight = models.FloatField( _("Normalised weight"), blank=True, null=True, |