Skip to content

Commit 85b884b

Browse files
authored
Fix typo
1 parent bfdf194 commit 85b884b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/adapters/transforms/standardize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Standardize(ElementwiseTransform):
1313
1414
>>> z = (x - mean(x)) / std(x)
1515
16-
Important: Ensure dynamic standarization (employed by BayesFlow approximators) has been
16+
Important: Ensure dynamic standardization (employed by BayesFlow approximators) has been
1717
turned off when using this transform.
1818
1919
Parameters

0 commit comments

Comments
 (0)