Skip to content

Commit 186be72

Browse files
authored
Fix typo in README
1 parent cb576f8 commit 186be72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ type = "datetime.datetime"
211211

212212
### Example with fully custom type
213213

214-
In this example scalar is represented as class `TypeB`. Pydantic can\`t handle serialization and deserialization so custom `parse` and `serialize` is necessary. To provide `type`, `parse` and `serialize` implementation we can use `files_to_include` to copy `type_b.py` file.
214+
In this example scalar is represented as class `TypeB`. Pydantic can't handle serialization and deserialization so custom `parse` and `serialize` is necessary. To provide `type`, `parse` and `serialize` implementation we can use `files_to_include` to copy `type_b.py` file.
215215

216216
```toml
217217
[tool.ariadne-codegen]

0 commit comments

Comments
 (0)