mirror of https://github.com/Textualize/rich.git
Correct typo in Styles section of docs
This commit is contained in:
parent
0e8f4747ca
commit
a385b594e5
|
@ -4,7 +4,7 @@
|
|||
Styles
|
||||
======
|
||||
|
||||
In various places in the Rich API you can set a "style" which defines the color of the text and various attributes such as bold, italic etc. A style may be given as a string containing a *style definition* or as in instance of a :class:`~rich.style.Style` class.
|
||||
In various places in the Rich API you can set a "style" which defines the color of the text and various attributes such as bold, italic etc. A style may be given as a string containing a *style definition* or as an instance of a :class:`~rich.style.Style` class.
|
||||
|
||||
|
||||
Defining Styles
|
||||
|
|
Loading…
Reference in New Issue