Skip to content

Commit fd0bc4f

Browse files
authored
README.md: Fix typo constained → constrain (#49)
1 parent e89bb1f commit fd0bc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ conda install -c conda-forge traittypes
4242

4343
`traittypes` extends the `traitlets` library with an implementation of trait types for numpy arrays, pandas dataframes, pandas series, xarray datasets and xarray dataarrays.
4444
- `traittypes` works around some limitations with numpy array comparison to only trigger change events when necessary.
45-
- `traittypes` also extends the traitlets API for adding custom validators to constained proposed values for the attribute.
45+
- `traittypes` also extends the traitlets API for adding custom validators to constrain proposed values for the attribute.
4646

4747
For a general introduction to `traitlets`, check out the [traitlets documentation](https://traitlets.readthedocs.io/en/stable/).
4848

0 commit comments

Comments
 (0)