summaryrefslogtreecommitdiff
path: root/graphics/asymptote/GUI/xasy2asy.py
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-02-28 03:01:23 +0000
committerNorbert Preining <norbert@preining.info>2024-02-28 03:01:23 +0000
commit0afdc3e8c2d8e96d0cd0a5f05f1481a4eecc51d2 (patch)
tree805f2acf8e0115574bc5781d1dfb87fbe2e63ba8 /graphics/asymptote/GUI/xasy2asy.py
parenta64a01e8eaa2c096e7879421f075ebfa2a8bb7f0 (diff)
CTAN sync 202402280301
Diffstat (limited to 'graphics/asymptote/GUI/xasy2asy.py')
-rw-r--r--graphics/asymptote/GUI/xasy2asy.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/asymptote/GUI/xasy2asy.py b/graphics/asymptote/GUI/xasy2asy.py
index 661426249d..25c75b2ecf 100644
--- a/graphics/asymptote/GUI/xasy2asy.py
+++ b/graphics/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:
-----------