From 92345db52cebcafb606adbe6800279e749c7f259 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 9 Nov 2015 09:37:31 -0500 Subject: [PATCH] BF: minor typo -- "point point" --- boto/gs/key.py | 2 +- boto/s3/key.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boto/gs/key.py b/boto/gs/key.py index c4fcf01f09..bc49e24335 100644 --- a/boto/gs/key.py +++ b/boto/gs/key.py @@ -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 diff --git a/boto/s3/key.py b/boto/s3/key.py index 8e00d12e37..d7cbe933ae 100644 --- a/boto/s3/key.py +++ b/boto/s3/key.py @@ -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