Skip to content

Commit

Permalink
Rename GTK+ to GTK in description
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Jul 2, 2023
1 parent 0cfa626 commit ac145bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gaphas/view/gtkview.py
Expand Up @@ -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`,
Expand Down
2 changes: 1 addition & 1 deletion 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 <gaphor@gmail.com>",
"Dan Yeaw <dan@yeaw.me>"
Expand Down

0 comments on commit ac145bd

Please sign in to comment.