summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2012-01-04 14:16:56 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2012-01-04 14:16:56 +0200
commite37efcd9ffa5b7004a15428051cf5c2d77773dac (patch)
tree7fa4ec7f760c2001a3d8254abce73c5b1d7bca81
parent0452689cb20388bc4552153c5157212011b0218e (diff)
indented block does not need \ before _ (so it seems).
-rw-r--r--news/release-0.10.2.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/release-0.10.2.mdwn b/news/release-0.10.2.mdwn
index 3840179..d397567 100644
--- a/news/release-0.10.2.mdwn
+++ b/news/release-0.10.2.mdwn
@@ -8,5 +8,5 @@ Bug-fix release.
Fix crash in python bindings.
- The python bindings did not call g\_type\_init, which caused crashes
+ The python bindings did not call g_type_init, which caused crashes
for some, but not all users.