From 48889075118f20370bdb347909e82ea030951eeb Mon Sep 17 00:00:00 2001 From: sjvenditto Date: Tue, 17 Dec 2024 16:17:57 -0500 Subject: [PATCH] typos --- src/nemos/basis/_transformer_basis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nemos/basis/_transformer_basis.py b/src/nemos/basis/_transformer_basis.py index 418c2580..10a3cfcc 100644 --- a/src/nemos/basis/_transformer_basis.py +++ b/src/nemos/basis/_transformer_basis.py @@ -285,8 +285,8 @@ def __getattr__(self, name: str): """ Enable easy access to attributes of the underlying Basis object. - This method chaces all chainable methods (methods returning self) in a dicitonary. - These mehtods are created the first time they are accessed by decorating the `self._basis.name` + This method caches all chainable methods (methods returning self) in a dicitonary. + These methods are created the first time they are accessed by decorating the `self._basis.name` and cached for future use. Examples