Skip to content

Commit 1e707d9

Browse files
authored
Update template.py
Typo
1 parent e860daa commit 1e707d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skltemplate/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def predict(self, X):
124124

125125

126126
class TemplateTransformer(BaseEstimator, TransformerMixin):
127-
""" An example transformer that returns the element-wise square root..
127+
""" An example transformer that returns the element-wise square root.
128128
129129
Parameters
130130
----------

0 commit comments

Comments
 (0)