diff --git a/attributs.py b/attributs.py index dd3903c..56ab93a 100644 --- a/attributs.py +++ b/attributs.py @@ -8,6 +8,7 @@ # Nicolas Dandrimont # Valentin Samir # Vincent Le Gallic +# Pierre-Elliott Bécue # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -160,7 +161,7 @@ class Attr(object): def is_modifiable(self, liste_droits): """ - Le droit est-il modifiable par un des droits dans liste_droits ? + L'attribut est-il modifiable par un des droits dans liste_droits ? """ return set(liste_droits).isdisjoint(can_modify)