fix typo (#797)
This commit is contained in:
parent
f96494f462
commit
0102cb6516
|
@ -3,7 +3,7 @@ from __future__ import absolute_import, division, print_function
|
|||
|
||||
class FrozenError(AttributeError):
|
||||
"""
|
||||
A frozen/immutable instance or attribute haave been attempted to be
|
||||
A frozen/immutable instance or attribute have been attempted to be
|
||||
modified.
|
||||
|
||||
It mirrors the behavior of ``namedtuples`` by using the same error message
|
||||
|
|
Loading…
Reference in New Issue