Skip to content

Commit 1ec464a

Browse files
committed
Fix docstring
1 parent aac99b4 commit 1ec464a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/aggregation/_property_testers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _assert_linear_under_scaling_property(
106106

107107
class StrongStationarityProperty:
108108
"""
109-
This class tests empirically that a given `Aggregator` is strongly stationary property.
109+
This class tests empirically that a given `Aggregator` is strongly stationary.
110110
111111
An aggregator `A` is strongly stationary if for any matrix `J` with `A(J)=0`, `J` is stationary,
112112
i.e., there exists `0<w` such that `J^T w=0`.

0 commit comments

Comments
 (0)