You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utilities/parser.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -524,7 +524,7 @@ Parser is best suited for those looking for a trade-off between defining their m
524
524
525
525
We export most common classes, exceptions, and utilities from Pydantic as part of parser e.g. `from aws_lambda_powertools.utilities.parser import BaseModel`.
526
526
527
-
If what's your trying to use isn't available as part of the high level import system, use the following escape hatch mechanism:
527
+
If what you're trying to use isn't available as part of the high level import system, use the following escape hatch mechanism:
528
528
529
529
```python title="Pydantic import escape hatch"
530
530
from aws_lambda_powertools.utilities.parser.pydantic import<what you'd like to import'>
0 commit comments