diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 16a04f153e..d0b5908666 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -207,7 +207,7 @@
* An example looks like this:
*
* |[
- * gtk_label_set_markup (label, "Go to the GTK+ website for more...");
+ * gtk_label_set_markup (label, "Go to the GTK+ website for more...");
* ]|
*
* It is possible to implement custom handling for links and their tooltips with