Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 16, 2014
1 parent 36ff83a commit 04a903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_characteristic.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ class ImmuClass(object):

def test_Attribute(self):
"""
Immutability is caught if user passes an Attribute instance.
Mutation is caught if user passes an Attribute instance.
"""
@immutable([Attribute("foo")])
class ImmuClass(object):
Expand Down

0 comments on commit 04a903d

Please sign in to comment.