Skip to content

Commit 08b2cad

Browse files
authored
Update nodes.py
1 parent 33222dc commit 08b2cad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nodes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,16 @@ def exec(self, prep_res):
128128
Format the output as a YAML list of dictionaries:
129129
130130
```yaml
131-
- name: Query Processing{name_lang_hint}
131+
- name: |
132+
Query Processing{name_lang_hint}
132133
description: |
133134
Explains what the abstraction does.
134135
It's like a central dispatcher routing requests.{desc_lang_hint}
135136
file_indices:
136137
- 0 # path/to/file1.py
137138
- 3 # path/to/related.py
138-
- name: Query Optimization{name_lang_hint}
139+
- name: |
140+
Query Optimization{name_lang_hint}
139141
description: |
140142
Another core concept, similar to a blueprint for objects.{desc_lang_hint}
141143
file_indices:

0 commit comments

Comments
 (0)