summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-30 21:18:45 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-30 21:18:45 +0100
commit120080cf3541ed60c99d0fbb32f9c7de80a1e7c1 (patch)
tree9ade70604792336f5224eac959124360253659ba /NEWS
parenta9dfe9f021b7f55d726519238c7db6456b6add7b (diff)
downloadpygobject-120080cf3541ed60c99d0fbb32f9c7de80a1e7c1.tar.gz
NEWS: typo
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 931bf696..283119f2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
-------------------
* gtk overrides: Fix rows getting inserted on the wrong level with
- TreeStore.insert_before/inster_after if parent=None.
+ TreeStore.insert_before/insert_after if parent=None.
:issue:`281` (3.30 regression, thanks to :user:`Cian Wilson <cianwilson>`
for the report)