Skip to content

Commit 9330a73

Browse files
committed
KNW-1502 fixed section header for label section
1 parent 46916ab commit 9330a73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/de/labels.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Die Label-Ausgabe ist hierbei als Python Dictionary zu formatieren, wie im folge
198198

199199
[{shell-raw}]
200200
----
201-
<<<labels>>>
201+
<<<labels:sep(0)>>>
202202
{"cpu/vendor": "zilog"}
203203
----
204204

src/common/en/labels.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The label output is to be formatted as a Python dictionary, as in the following
157157

158158
[{shell-raw}]
159159
----
160-
<<<labels>>>
160+
<<<labels:sep(0)>>>
161161
{"cpu/vendor": "zilog"}
162162
----
163163

0 commit comments

Comments
 (0)