diff --git a/pysal/esda/mapclassify.py b/pysal/esda/mapclassify.py index aac2bcc92..5e7c46c92 100644 --- a/pysal/esda/mapclassify.py +++ b/pysal/esda/mapclassify.py @@ -392,7 +392,7 @@ class Map_Classifier(object): .. math:: - C_j^l < y_i \le C_j^u \ \forall i \in C_j + C_j^l < y_i \le C_j^u \ \ \\forall i \in C_j where :math:`C_j` denotes class :math:`j` which has lower bound :math:`C_j^l` and upper bound :math:`C_j^u`.