From 860984d2faa638bc2647a0d686291282aca7a3fa Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Fri, 19 Jul 2024 10:54:28 -0400 Subject: [PATCH] chore: Convert pandas to lower case (#182) --- docs/reactive-mutable.qmd | 8 ++++---- docs/user-interfaces.qmd | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reactive-mutable.qmd b/docs/reactive-mutable.qmd index b95f35ca..0508d7e4 100644 --- a/docs/reactive-mutable.qmd +++ b/docs/reactive-mutable.qmd @@ -112,15 +112,15 @@ b For this simple example, a tuple was an adequate substitute for a list, but this won't always be the case. The [pyrsistent](https://pypi.org/project/pyrsistent/) Python package provides immutable versions of several common data structures including list, dict, and set; using these objects in conjunction with `reactive.value` and `reactive.calc` is much safer than mutable versions.