Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3387 from yarikoptic/develop
Browse files Browse the repository at this point in the history
BF: minor typo -- "point point"
  • Loading branch information
jamesls committed Nov 11, 2015
2 parents d9e5cfe + 92345db commit aefa990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boto/gs/key.py
Expand Up @@ -270,7 +270,7 @@ def send_file(self, fp, headers=None, cb=None, num_cb=10,
:type fp: file
:param fp: The file pointer to upload. The file pointer must
point point at the offset from which you wish to upload.
point at the offset from which you wish to upload.
ie. if uploading the full file, it should point at the
start of the file. Normally when a file is opened for
reading, the fp will point at the first byte. See the
Expand Down
2 changes: 1 addition & 1 deletion boto/s3/key.py
Expand Up @@ -713,7 +713,7 @@ def send_file(self, fp, headers=None, cb=None, num_cb=10,
:type fp: file
:param fp: The file pointer to upload. The file pointer must
point point at the offset from which you wish to upload.
point at the offset from which you wish to upload.
ie. if uploading the full file, it should point at the
start of the file. Normally when a file is opened for
reading, the fp will point at the first byte. See the
Expand Down

0 comments on commit aefa990

Please sign in to comment.