From f329693da94ca9ef0793cc05914d86ed18e039cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Mon, 4 Mar 2013 06:31:29 +0100 Subject: [PATCH] [attributs] A last typo --- attributs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributs.py b/attributs.py index cab2ceb..d5ea6e4 100644 --- a/attributs.py +++ b/attributs.py @@ -654,7 +654,7 @@ class portUDPin(portAttr): class exempt(Attr): legend = u"Exemption vers une IP" -class nombrePrise(intAttr): +class nombrePrises(intAttr): legend = u"Nombre de prises ethernet de la machine" singlevalue = True optional = True