Skip to content

Commit f6dc695

Browse files
committed
rename example file
1 parent 18ae349 commit f6dc695

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/utilities/idempotency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ By supplying an output serializer, you can control the return type of the functi
159159
=== "Using A Custom Type (Dataclasses)"
160160

161161
```python hl_lines="3-8 26-28 32-35 42 48"
162-
--8<-- "examples/idempotency/src/working_with_idempotent_function_dataclass_output_serializer.py"
162+
--8<-- "examples/idempotency/src/working_with_idempotent_function_custom_output_serializer.py"
163163
```
164164

165165
=== "Using Pydantic"

0 commit comments

Comments
 (0)