grammar police on comment

This commit is contained in:
scottsanderson
2012-07-04 03:47:41 -04:00
parent b447333fae
commit 14018b9ab7
+1 -1
View File
@@ -213,7 +213,7 @@ class Component(object):
Run the component.
Optionally takes an argument to catch and log all exceptions
raised during execution ues this with care since it makes it
raised during execution. Use this with care since it makes it
very hard to debug since it mucks up your stacktraces.
"""