label: Remove extra quote in code example
authorDaniel Boles <dboles.src@gmail.com>
Fri, 7 Jul 2017 07:13:41 +0000 (08:13 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Fri, 7 Jul 2017 07:14:27 +0000 (08:14 +0100)
gtk/gtklabel.c

index f97e73b8aa961003a65cf2fde24f7bcdf471bf38..c9de2a5636c451aea6f6bb24cecf58222d4b0fd6 100644 (file)
  * <object class="GtkLabel">
  *   <attributes>
  *     <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
- *     <attribute name="background" value="red" start="5" end="10"/>"
+ *     <attribute name="background" value="red" start="5" end="10"/>
  *   </attributes>
  * </object>
  * ]|