From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Wed, 3 Dec 2014 14:00:35 +0000 (+0100)
Subject: Fix error message
X-Git-Tag: 1.0.3~1
X-Git-Url: https://svn.cri.mines-paristech.fr/git/linpy.git/commitdiff_plain/cc1d83eaadffc1d5de296e2ec2b401d04de70c41?hp=d585b06ccf67b2837519f4b48c6800dcdb924d9d

Fix error message
---

diff --git a/linpy/domains.py b/linpy/domains.py
index 7f4fa65..a431a02 100644
--- a/linpy/domains.py
+++ b/linpy/domains.py
@@ -604,7 +604,7 @@ class Domain(GeometricObject):
         elif self.dimension == 3:
             return self._plot_3d(plot=plot, **kwargs)
         else:
-            raise ValueError('domain must be 2 or 3-dimensional')
+            raise ValueError('domain must be two or three-dimensional')
 
     def subs(self, symbol, expression=None):
         """