Skip to content
Snippets Groups Projects
Commit 242c52d6 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

typo

parent 4fcdf7b4
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ class Measure(object): ...@@ -84,7 +84,7 @@ class Measure(object):
if context != self.start_context: if context != self.start_context:
logger.warn( logger.warn(
"Context have unexpectedly changed from '%s' to '%s'. (%r)", "Context has unexpectedly changed from '%s' to '%s'. (%r)",
context, self.start_context, self.name context, self.start_context, self.name
) )
return return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment