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".