Skip to content

Commit

Permalink
fix formatting of the code example
Browse files Browse the repository at this point in the history
  • Loading branch information
leeederek authored Oct 23, 2023
1 parent cc2ca66 commit 9c1da3b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/docs/starlark-reference/service-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,12 @@ If you have defined the pod label key:value pair in `ServiceConfig` to be:

```py
config = ServiceConfig(

...

labels = {
"name": "alice",
"age": "20",
"height": "175"
}
...
labels = {
"name": "alice",
"age": "20",
"height": "175"
}
)
```

Expand Down

0 comments on commit 9c1da3b

Please sign in to comment.