diff options
Diffstat (limited to 'Build/source/utils/asymptote/GUI/xasy2asy.py')
-rwxr-xr-x | Build/source/utils/asymptote/GUI/xasy2asy.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/GUI/xasy2asy.py b/Build/source/utils/asymptote/GUI/xasy2asy.py index 661426249d4..25c75b2ecf1 100755 --- a/Build/source/utils/asymptote/GUI/xasy2asy.py +++ b/Build/source/utils/asymptote/GUI/xasy2asy.py @@ -1166,9 +1166,8 @@ class xasyDrawnItem(xasyItem): """ Purpose: -------- - A base class dedicated to any xasy item that is drawn on GUI. Every object of this class - will correspond to a particular drawn xasy item on GUI, which contains all its particular - data. + A base class dedicated to any xasy item that is drawn with the GUI. + Each object of this class corresponds to a particular drawn xasy item. Attributes: ----------- |