Skip to content

Commit 713a7fb

Browse files
docs: fix spelling mistake in validation.md (#493)
1 parent ad2a044 commit 713a7fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This can be further customized by providing {func}`cattrs.transform_error` with
101101
A useful pattern is wrapping the default, {func}`cattrs.v.format_exception` function.
102102

103103
```
104-
>>> from cattrs.v iomport format_exception
104+
>>> from cattrs.v import format_exception
105105

106106
>>> def my_exception_formatter(exc: BaseException, type) -> str:
107107
... if isinstance(exc, MyInterestingException):

0 commit comments

Comments
 (0)