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

Commit 4e2df1f

Browse files
docs: fix docstring formatting (#80)
* docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 404008335 Source-Link: googleapis/googleapis@4dd6036 Source-Link: https://github.com/googleapis/googleapis-gen/commit/5fb830d4b2d873a982c2ac8a04087b021f3b2408 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>
1 parent ee227b9 commit 4e2df1f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

google/cloud/servicecontrol_v1/types/distribution.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424

2525

2626
class Distribution(proto.Message):
27-
r"""Distribution represents a frequency distribution of double-
28-
alued sample points. It contains the size of the population of
29-
sample points plus additional optional information:
30-
31-
- the arithmetic mean of the samples
32-
- the minimum and maximum of the samples
33-
- the sum-squared-deviation of the samples, used to compute
34-
variance
35-
- a histogram of the values of the sample points
27+
r"""Distribution represents a frequency distribution of double-valued
28+
sample points. It contains the size of the population of sample
29+
points plus additional optional information:
30+
31+
- the arithmetic mean of the samples
32+
- the minimum and maximum of the samples
33+
- the sum-squared-deviation of the samples, used to compute
34+
variance
35+
- a histogram of the values of the sample points
3636
3737
Attributes:
3838
count (int):

0 commit comments

Comments
 (0)