summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-15 17:25:30 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-15 17:25:30 +0200
commit001b4b40a70aa864d3b3ad9e7c62bead6b271929 (patch)
tree8fb30fc69f81310d55acdd32b4b2b830c2dfe383
parent8e6d2ec0fe2ce1655462a69f1ae6a4c1d78be2ad (diff)
downloadpygobject-001b4b40a70aa864d3b3ad9e7c62bead6b271929.tar.gz
docs: fix a warning
Gtk.Template doesn't exist yet
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ef6ab0ff..9e782381 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@
:meth:`Gtk.ListStore.insert_after`, :meth:`Gtk.TreeStore.insert_before` and
:meth:`Gtk.TreeStore.insert_after` atomic.
* Make :class:`GLib.Error` picklable. :issue:`145`
-* Add basic support for template based widgets through :class:`Gtk.Template`.
+* Add basic support for template based widgets through ``Gtk.Template``.
:issue:`52`
* Various documentation improvements. :mr:`29` (:user:`Dan Yeaw <danyeaw>`)
* Add PEP518/pyproject.toml file. :mr:`44` (:user:`James Tocknell <aragilar>`)