Skip to content

Commit

Permalink
change docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Dec 15, 2024
1 parent f8dfb64 commit 32a6153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemos/basis/_transformer_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def _unpack_inputs(self, X: FeatureMatrix) -> Generator:
Returns
-------
:
A list of each individual input.
A generator looping on each individual input.
"""
n_samples = X.shape[0]
Expand Down

0 comments on commit 32a6153

Please sign in to comment.