quantifiedcode / python-anti-patterns

An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k stars 249 forks source link

Fix name on setter and deleter property #10

Closed ckirby closed 9 years ago

ckirby commented 9 years ago

The setter and deleter properties used the name "width" when they were actually working on length

adewes commented 9 years ago

thanks @ckirby!