Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvenditto committed Dec 17, 2024
1 parent 4d49aeb commit 4888907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nemos/basis/_transformer_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4888907

Please sign in to comment.