Commit 2da34fea authored by Daniel Cheng's avatar Daniel Cheng Committed by Commit Bot

Fix typo in pydoc for OldContents().

BUG=702851

Change-Id: I56ae20bdc096aaa92ccb5e6e250349ccf4c01a32
Reviewed-on: https://chromium-review.googlesource.com/457913Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
parent 7a1f04d3
......@@ -680,8 +680,8 @@ class AffectedFile(object):
def OldContents(self):
"""Returns an iterator over the lines in the old version of file.
The new version is the file in the user's workspace, i.e. the "right hand
side".
The old version is the file before any modifications in the user's
workspace, i.e. the "left hand side".
Contents will be empty if the file is a directory or does not exist.
Note: The carriage returns (LF or CR) are stripped off.
......
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