diff --git a/gaphas/view/gtkview.py b/gaphas/view/gtkview.py index 56308ae3..ea3cce05 100644 --- a/gaphas/view/gtkview.py +++ b/gaphas/view/gtkview.py @@ -31,7 +31,7 @@ class GtkView(Gtk.DrawingArea, Gtk.Scrollable): - """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 uses Tools to handle events and Painters to draw. Both are configurable. The widget already contains adjustment objects (`hadjustment`, diff --git a/pyproject.toml b/pyproject.toml index f0848e7b..1fc095d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "gaphas" version = "3.11.2" -description="Gaphas is a GTK+ based diagramming widget" +description="Gaphas is a GTK diagramming widget" authors = [ "Arjan J. Molenaar ", "Dan Yeaw "