Skip to content

Commit f9e5f10

Browse files
Addressing Heitor's feedback
1 parent e502cce commit f9e5f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/utilities/parser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ def my_function():
155155
}
156156
```
157157

158-
#### Arbitrary data model parsing
158+
#### Primitive data model parsing
159159

160-
The parser allows you parse events into arbitrary data structures, such as `dict` or classes that don't inherit from BaseModel. The following example shows you how to parse a [`Union`](https://docs.pydantic.dev/latest/api/standard_library_types/#union):
160+
The parser allows you parse events into primitive data types, such as `dict` or classes that don't inherit from `BaseModel`. The following example shows you how to parse a [`Union`](https://docs.pydantic.dev/latest/api/standard_library_types/#union):
161161

162162
```python
163163
--8<-- "examples/parser/src/multiple_model_parsing.py"

0 commit comments

Comments
 (0)