Skip to content

Commit 3704912

Browse files
chore: fix docstring formatting (#42)
* docs: fix docstring formatting Committer: @parthea PiperOrigin-RevId: 405015203 Source-Link: googleapis/googleapis@974ad5b Source-Link: googleapis/googleapis-gen@9cea0b9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWNlYTBiOTkzNjhlZGFlNDZiZDljZWJkNTNmYzFhY2E3NWZhYWVhZCJ9 * 🦉 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 bab0eaf commit 3704912

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

  • packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1beta1/types

packages/google-cloud-orchestration-airflow/google/cloud/orchestration/airflow/service_v1beta1/types/environments.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -910,19 +910,19 @@ class EncryptionConfig(proto.Message):
910910

911911

912912
class MaintenanceWindow(proto.Message):
913-
r"""The configuration settings for Cloud Composer maintenance
914-
window. The following example:
913+
r"""The configuration settings for Cloud Composer maintenance window.
914+
The following example:
915915
916-
.. code-block:: none
916+
::
917917
918-
{
919-
"startTime":"2019-08-01T01:00:00Z"
920-
"endTime":"2019-08-01T07:00:00Z"
921-
"recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
922-
}
918+
{
919+
"startTime":"2019-08-01T01:00:00Z"
920+
"endTime":"2019-08-01T07:00:00Z"
921+
"recurrence":"FREQ=WEEKLY;BYDAY=TU,WE"
922+
}
923923
924-
would define a maintenance window between 01 and 07 hours UTC
925-
during each Tuesday and Wednesday.
924+
would define a maintenance window between 01 and 07 hours UTC during
925+
each Tuesday and Wednesday.
926926
927927
Attributes:
928928
start_time (google.protobuf.timestamp_pb2.Timestamp):

0 commit comments

Comments
 (0)