Skip to content

Commit

Permalink
Merge pull request #407 from enthought/doc/fix-assert-trait-changes-e…
Browse files Browse the repository at this point in the history
…xample

DOC: Fix docstring method name.
  • Loading branch information
mdickinson committed Aug 1, 2018
2 parents 4995351 + 0957a93 commit b5cf152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traits/testing/unittest_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class MyClass(HasTraits):
my_class = MyClass()
with self.assertTraitChangesExactly(my_class, 'number', count=1):
with self.assertTraitChanges(my_class, 'number', count=1):
my_class.number = 3.0
Parameters
Expand Down

0 comments on commit b5cf152

Please sign in to comment.