cs50 / compare50

This is compare50, a fast and extensible plagiarism-detection tool.
GNU General Public License v3.0
192 stars 49 forks source link

convert => converter #86

Closed Jelleas closed 3 years ago

Jelleas commented 3 years ago

The convert keyword in attr.ib was deprecated and got replaced by the converter: https://github.com/python-attrs/attrs/blob/master/CHANGELOG.rst#backward-incompatible-changes-2

Only the wording changed: https://github.com/python-attrs/attrs/issues/307