diff --git a/google/cloud/servicecontrol_v1/types/distribution.py b/google/cloud/servicecontrol_v1/types/distribution.py index d66536e..b8ea164 100644 --- a/google/cloud/servicecontrol_v1/types/distribution.py +++ b/google/cloud/servicecontrol_v1/types/distribution.py @@ -24,15 +24,15 @@ class Distribution(proto.Message): - r"""Distribution represents a frequency distribution of double- - alued sample points. It contains the size of the population of - sample points plus additional optional information: - - - the arithmetic mean of the samples - - the minimum and maximum of the samples - - the sum-squared-deviation of the samples, used to compute - variance - - a histogram of the values of the sample points + r"""Distribution represents a frequency distribution of double-valued + sample points. It contains the size of the population of sample + points plus additional optional information: + + - the arithmetic mean of the samples + - the minimum and maximum of the samples + - the sum-squared-deviation of the samples, used to compute + variance + - a histogram of the values of the sample points Attributes: count (int):