From 32f24fc11f2d1bd45f2b52ddf27e4a56e85ebe5b Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 9 Aug 2021 20:23:56 +0200 Subject: [PATCH] Corrected typo in Padding docs. --- docs/source/padding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/padding.rst b/docs/source/padding.rst index 0c0225b3..64505d42 100644 --- a/docs/source/padding.rst +++ b/docs/source/padding.rst @@ -24,4 +24,4 @@ The Padding class can also accept a ``style`` argument which applies a style to test = Padding("Hello", (2, 4), style="on blue", expand=False) print(test) -Note that, as with all Rich renderables, you can use Padding any context. For instance, if you want to emphasize an item in a :class:`~rich.table.Table` you could add a Padding object to a row with a padding of 1 and a style of "on red". +Note that, as with all Rich renderables, you can use Padding in any context. For instance, if you want to emphasize an item in a :class:`~rich.table.Table` you could add a Padding object to a row with a padding of 1 and a style of "on red".