We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfa626 commit ac145bdCopy full SHA for ac145bd
gaphas/view/gtkview.py
@@ -31,7 +31,7 @@
31
32
33
class GtkView(Gtk.DrawingArea, Gtk.Scrollable):
34
- """GTK+ widget for rendering a gaphas.model.Model to a screen. The view
+ """GTK widget for rendering a gaphas.model.Model to a screen. The view
35
uses Tools to handle events and Painters to draw. Both are configurable.
36
37
The widget already contains adjustment objects (`hadjustment`,
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "gaphas"
3
version = "3.11.2"
4
-description="Gaphas is a GTK+ based diagramming widget"
+description="Gaphas is a GTK diagramming widget"
5
authors = [
6
"Arjan J. Molenaar <gaphor@gmail.com>",
7
"Dan Yeaw <dan@yeaw.me>"
0 commit comments