Skip to content

Commit

Permalink
Merge pull request #3453 from davep/plotext-blog-typo-fix
Browse files Browse the repository at this point in the history
Fix a typo in the textual-plotext blog post
  • Loading branch information
davep authored Oct 4, 2023
2 parents 66d45bf + af81e39 commit 9053b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/posts/textual-plotext.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9053b5a

Please sign in to comment.