Skip to content

Commit

Permalink
fix grammar in frozen docs (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
belm0 authored and hynek committed Oct 9, 2019
1 parent 686ee94 commit 8cd3054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attr/_make.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def attrs(
Please note:
1. This is achieved by installing a custom ``__setattr__`` method
on your class so you can't implement an own one.
on your class, so you can't implement your own.
2. True immutability is impossible in Python.
Expand Down

0 comments on commit 8cd3054

Please sign in to comment.