python-attrs / cattrs

Composable custom class converters for attrs, dataclasses and friends.
https://catt.rs
MIT License
818 stars 113 forks source link

Fix typos for notes getattr calls #404

Closed PIG208 closed 1 year ago

PIG208 commented 1 year ago

The intended first argument to getattr should be the exception in question.

Tinche commented 1 year ago

You're right. Should probably test for these too 😬