diff --git a/justclust/analysis/bolzano.py b/justclust/analysis/bolzano.py
index 087649e45f86a2ee85bc0c3f6b8f8cb4d4b0f1c5..4fff554995877398192376e2f25ba194edbfd238 100644
--- a/justclust/analysis/bolzano.py
+++ b/justclust/analysis/bolzano.py
@@ -40,7 +40,7 @@ else:
 
 print("=" * 50)
 print(f"BEST PRE-PROCESSING (10/{len(pre_scores)}):")
-print(pre_scores.sort_values("hopkins", acending=False).loc[:10, :])
+print(pre_scores.sort_values("hopkins", ascending=False).loc[:10, :])
 print("-" * 50)
 print("Hopkins statistics of main pre-processing options")
 print(pre_scores["hopkins"].describe())