Skip to content

Commit 44761a8

Browse files
authored
chore: fix orchestration-airflow docs (#13355)
1 parent d3e4f8d commit 44761a8

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

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

+7-4
Original file line numberDiff line numberDiff line change
@@ -866,10 +866,13 @@ class UserWorkloadsSecret(proto.Message):
866866
867867
Example:
868868
869-
{
870-
"example": "ZXhhbXBsZV92YWx1ZQ==",
871-
"another-example":
872-
"YW5vdGhlcl9leGFtcGxlX3ZhbHVl" }
869+
.. code-block:: json
870+
871+
{
872+
"example": "ZXhhbXBsZV92YWx1ZQ==",
873+
"another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl"
874+
}
875+
873876
"""
874877

875878
name: str = proto.Field(

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

+7-4
Original file line numberDiff line numberDiff line change
@@ -918,10 +918,13 @@ class UserWorkloadsSecret(proto.Message):
918918
919919
Example:
920920
921-
{
922-
"example": "ZXhhbXBsZV92YWx1ZQ==",
923-
"another-example":
924-
"YW5vdGhlcl9leGFtcGxlX3ZhbHVl" }
921+
.. code-block:: json
922+
923+
{
924+
"example": "ZXhhbXBsZV92YWx1ZQ==",
925+
"another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl"
926+
}
927+
925928
"""
926929

927930
name: str = proto.Field(

0 commit comments

Comments
 (0)