Skip to content

Commit

Permalink
Remove extra "the" in "Reactive Expressions" tutorial (#7253)
Browse files Browse the repository at this point in the history
Delete a single extra word in the tutorial text.
  • Loading branch information
alfredocarella authored Sep 11, 2024
1 parent c63e06e commit 1f11054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/basic/pn_rx.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
In this section you will learn about `pn.rx`. `pn.rx` extends the concepts from `pn.bind` that your learned in the previous section.

:::{note}
You might feel some repetition from the previous section on `pn.bind`. We do this on purpose to enable you to compare and contrast. `pn.rx` is the an extension of `pn.bind` that provides more power and flexibility. `pn.bind` has been the core API in Panel for a long time, so you will meet it across our documentation and community sites, and thus its very important to learn.
You might feel some repetition from the previous section on `pn.bind`. We do this on purpose to enable you to compare and contrast. `pn.rx` is an extension of `pn.bind` that provides more power and flexibility. `pn.bind` has been the core API in Panel for a long time, so you will meet it across our documentation and community sites, and thus its very important to learn.

`pn.rx` will enable you to build more complicated applications using a more flexible and maintainable architecture.
:::
Expand Down

0 comments on commit 1f11054

Please sign in to comment.