diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index 70b701a07d..2c41510b71 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -26,16 +26,14 @@
* @Short_description: A container which can hide its child
* @Title: GtkExpander
*
- *
* A #GtkExpander allows the user to hide or show its child by clicking
* on an expander triangle similar to the triangles used in a #GtkTreeView.
- *
- *
+ *
* Normally you use an expander as you would use any other descendant
* of #GtkBin; you create the child widget and use gtk_container_add()
* to add it to the expander. When the expander is toggled, it will take
* care of showing and hiding the child automatically.
- *
+ *
*
* Special Usage
*