From a385b594e5ca5501430b5c732aab3a36d97c0be8 Mon Sep 17 00:00:00 2001 From: Nitin George Cherian Date: Sat, 16 Jan 2021 11:07:52 +0530 Subject: [PATCH] Correct typo in Styles section of docs --- docs/source/style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/style.rst b/docs/source/style.rst index db8f4cf1..b0162150 100644 --- a/docs/source/style.rst +++ b/docs/source/style.rst @@ -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