Skip to content

Commit ac145bd

Browse files
committed
Rename GTK+ to GTK in description
1 parent 0cfa626 commit ac145bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gaphas/view/gtkview.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
class GtkView(Gtk.DrawingArea, Gtk.Scrollable):
34-
"""GTK+ widget for rendering a gaphas.model.Model to a screen. The view
34+
"""GTK widget for rendering a gaphas.model.Model to a screen. The view
3535
uses Tools to handle events and Painters to draw. Both are configurable.
3636
3737
The widget already contains adjustment objects (`hadjustment`,

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "gaphas"
33
version = "3.11.2"
4-
description="Gaphas is a GTK+ based diagramming widget"
4+
description="Gaphas is a GTK diagramming widget"
55
authors = [
66
"Arjan J. Molenaar <gaphor@gmail.com>",
77
"Dan Yeaw <dan@yeaw.me>"

0 commit comments

Comments
 (0)