From 88fcf4f07029542ab6d1d15a82d36b2830b70f24 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 1 Mar 2023 16:18:47 +0000 Subject: [PATCH] Improved wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> --- src/textual/widgets/_pretty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual/widgets/_pretty.py b/src/textual/widgets/_pretty.py index 6b6bc9f0a..97d9352cf 100644 --- a/src/textual/widgets/_pretty.py +++ b/src/textual/widgets/_pretty.py @@ -48,7 +48,7 @@ class Pretty(Widget): """Render the pretty-printed object. Returns: - The value to render. + The rendered pretty-print. """ return self._renderable