Stings -> Strings

Fix spelling mistake.

Change-Id: Iadbd3663a8f1cc8e95a754a165ef682490736256
This commit is contained in:
Joshua Harlow
2014-04-19 22:36:52 -07:00
committed by Thomas Goirand
parent 1401122040
commit 3dae285a7c

View File

@@ -154,7 +154,7 @@ class WrappedFailure(Exception):
"""Check if any of exc_classes caused (part of) the failure.
Arguments of this method can be exception types or type names
(stings). If any of wrapped failures were caused by exception
(strings). If any of wrapped failures were caused by exception
of given type, the corresponding argument is returned. Else,
None is returned.
"""