python-attrs / attrs

Python Classes Without Boilerplate
https://www.attrs.org/
MIT License
5.3k stars 374 forks source link

Remove mention of cmp= from next gen docs #1355

Closed tjstum closed 1 month ago

tjstum commented 1 month ago

Summary

attrs.define and attrs.field do not actually accept cmp= anymore, but the docs still discuss them

Pull Request Check List

Documentation-only fix!