Correct typo in Styles section of docs

This commit is contained in:
Nitin George Cherian 2021-01-16 11:07:52 +05:30
parent 0e8f4747ca
commit a385b594e5
1 changed files with 1 additions and 1 deletions

View File

@ -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