Commit f8584c66 authored by dhnishi's avatar dhnishi Committed by Commit bot

Fix a very minor typo in ParseBlameInfo's docstring.

TBR=stgao@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/501153004

Cr-Commit-Position: refs/heads/master@{#291824}
parent 2fa6c2ff
...@@ -43,7 +43,7 @@ class ParserInterface(object): ...@@ -43,7 +43,7 @@ class ParserInterface(object):
raise NotImplementedError() raise NotImplementedError()
def ParseBlameInfo(self, component, file_path, line, revision): def ParseBlameInfo(self, component, file_path, line, revision):
"""Parses blame imformation of the given file/line in revision. """Parses blame information of the given file/line in revision.
Args: Args:
component: The component this line is from. component: The component this line is from.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment