Fix typo in pydoc for OldContents().

BUG=702851

Change-Id: I56ae20bdc096aaa92ccb5e6e250349ccf4c01a32
Reviewed-on: https://chromium-review.googlesource.com/457913
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
changes/13/457913/2
Daniel Cheng 8 years ago committed by Commit Bot
parent 7a1f04d377
commit 2da34fea29

@ -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.

Loading…
Cancel
Save