Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

docs: fix docstring formatting #80

Merged
merged 2 commits into from Oct 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions google/cloud/servicecontrol_v1/types/distribution.py
Expand Up @@ -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):
Expand Down