Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: tools/findit/repository_parser_interface.py

Issue 501153004: Fix a very minor typo in ParseBlameInfo's docstring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/findit/repository_parser_interface.py
diff --git a/tools/findit/repository_parser_interface.py b/tools/findit/repository_parser_interface.py
index 1a8d47766f856d849b264f2ac9faa25c4bdefb8c..d9816b7a1c0def6c538af9b7bd78e6a3605f143e 100644
--- a/tools/findit/repository_parser_interface.py
+++ b/tools/findit/repository_parser_interface.py
@@ -43,7 +43,7 @@ class ParserInterface(object):
raise NotImplementedError()
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:
component: The component this line is from.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698