From af81e390913342a772d9f44c0d946d9e299360bc Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 4 Oct 2023 13:37:11 +0100 Subject: [PATCH] Fix a typo in the textual-plotext blog post --- docs/blog/posts/textual-plotext.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/textual-plotext.md b/docs/blog/posts/textual-plotext.md index 22563164e2..3d9a10b8fb 100644 --- a/docs/blog/posts/textual-plotext.md +++ b/docs/blog/posts/textual-plotext.md @@ -83,7 +83,7 @@ A key design goal of this widget is that you can develop your plots so that the resulting code looks very similar to that in the Plotext documentation. The core difference is that, where you'd normally import the `plotext` module `as plt` and then call functions via `plt`, you instead use the `plt` -properly made available by the widget. +property made available by the widget. You don't even need to call the `build` or `show` functions as `textual-plotext` takes care of this for you. You can see this in action in