From 81e6422a7d7246941cebbda33a6f2a033f984eb5 Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Sun, 24 Sep 2023 11:57:46 -0700 Subject: [PATCH] =?UTF-8?q?README.md:=20Fix=20typo=20constained=20?= =?UTF-8?q?=E2=86=92=20constrain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41faf2f..ea0b9a7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ conda install -c conda-forge traittypes `traittypes` extends the `traitlets` library with an implementation of trait types for numpy arrays, pandas dataframes, pandas series, xarray datasets and xarray dataarrays. - `traittypes` works around some limitations with numpy array comparison to only trigger change events when necessary. - - `traittypes` also extends the traitlets API for adding custom validators to constained proposed values for the attribute. + - `traittypes` also extends the traitlets API for adding custom validators to constrain proposed values for the attribute. For a general introduction to `traitlets`, check out the [traitlets documentation](https://traitlets.readthedocs.io/en/stable/).