From 4e2df1fbc8342a8e94aea10cc0cc2985a02411e8 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 18:09:55 -0400 Subject: [PATCH] docs: fix docstring formatting (#80) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 404008335 Source-Link: https://github.com/googleapis/googleapis/commit/4dd603675ff73897600a5a94ec42606a6f83f907 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 --- .../servicecontrol_v1/types/distribution.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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):