Skip to content

Commit e7b865c

Browse files
[178390751]: fix docstring for total share of sum
1 parent 36d3784 commit e7b865c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cr/cube/matrix/measure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@ def _subtotal_rows(self):
23062306
class _TotalShareSum(_BaseSecondOrderMeasure):
23072307
"""Provides the row share of sum measure for a matrix.
23082308
2309-
Row share sum is the sum of each subvar divided by the TOTAL number of row items.
2309+
Total share sum is the sum of each subvar divided by the TOTAL number of items.
23102310
"""
23112311

23122312
@lazyproperty

0 commit comments

Comments
 (0)