Skip to content

Commit

Permalink
Fix a typo in the textual-plotext blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Oct 4, 2023
1 parent 66d45bf commit af81e39
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 af81e39

Please sign in to comment.