Fix typo in comment

This commit is contained in:
Zack Galbreath 2018-04-19 15:19:00 -04:00 committed by Todd Gamblin
parent 072f907831
commit d174d6618f

View File

@ -422,7 +422,7 @@ def parse(self, stream, context=6, jobs=None):
context (int): lines of context to extract around each log event
Returns:
(tuple): two lists containig ``BuildError`` and
(tuple): two lists containing ``BuildError`` and
``BuildWarning`` objects.
"""
if isinstance(stream, string_types):