Skip to content

Commit cd30782

Browse files
committed
Fix Background and foreground descriptions mixed up
Fixes #190
1 parent 88ce2af commit cd30782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/textview.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ and :meth:`Gtk.TextBuffer.apply_tag`::
9898

9999
The following are some of the common styles applied to text:
100100

101-
* Background colour ("foreground" property)
102-
* Foreground colour ("background" property)
101+
* Background colour ("background" property)
102+
* Foreground colour ("foreground" property)
103103
* Underline ("underline" property)
104104
* Bold ("weight" property)
105105
* Italics ("style" property)

0 commit comments

Comments
 (0)