summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ml_exp/representations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ml_exp/representations.py b/ml_exp/representations.py
index 47164ca7c..cd91fdd1b 100644
--- a/ml_exp/representations.py
+++ b/ml_exp/representations.py
@@ -345,7 +345,7 @@ generated as the vector of eigenvalues, try (re-)generating the CM.')
n = len(atoms)
if size < n:
- print('Error. Compound size (n) is greater han (size). Using (n)',
+ print('Error. Compound size (n) is greater than (size). Using (n)',
'instead of (size).')
size = n