Skip to content

Commit

Permalink
Fix irrelevant spacing change (thanks, emacs).
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Feb 24, 2015
1 parent ec40d1e commit bae73e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traits/testing/unittest_tools.py
Expand Up @@ -192,7 +192,7 @@ class UnittestTools(object):

def assertTraitChanges(self, obj, trait, count=None, callableObj=None,
*args, **kwargs):
"""Assert an object trait changes a given number of times.
""" Assert an object trait changes a given number of times.
Assert that the class trait changes exactly `count` times during
execution of the provided function.
Expand Down

0 comments on commit bae73e6

Please sign in to comment.