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

Commit

Permalink
docs: fix docstring formatting (#80)
Browse files Browse the repository at this point in the history
* docs: fix docstring formatting

Committer: @parthea
PiperOrigin-RevId: 404008335

Source-Link: googleapis/googleapis@4dd6036

Source-Link: googleapis/googleapis-gen@5fb830d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWZiODMwZDRiMmQ4NzNhOTgyYzJhYzhhMDQwODdiMDIxZjNiMjQwOCJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 18, 2021
1 parent ee227b9 commit 4e2df1f
Showing 1 changed file with 9 additions and 9 deletions.
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

0 comments on commit 4e2df1f

Please sign in to comment.