File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def _add_output_traits(self, base):
134
134
# Class to track percentage of S3 file upload
135
135
class ProgressPercentage (object ):
136
136
'''
137
- Call-able class instsance (via __call__ method) that displays
137
+ Callable class instsance (via __call__ method) that displays
138
138
upload percentage of a file to S3
139
139
'''
140
140
@@ -367,7 +367,7 @@ def _substitute(self, pathstr):
367
367
def _check_s3_base_dir (self ):
368
368
'''
369
369
Method to see if the datasink's base directory specifies an
370
- S3 bucket path; it it does, it parses the path for the bucket
370
+ S3 bucket path; if it does, it parses the path for the bucket
371
371
name in the form 's3://bucket_name/...' and adds a bucket
372
372
attribute to the data sink instance, i.e. self.bucket
373
373
@@ -451,7 +451,7 @@ def _return_aws_keys(self, creds_path):
451
451
# Fetch bucket object
452
452
def _fetch_bucket (self , bucket_name ):
453
453
'''
454
- Method to a return a bucket object which can be used to interact
454
+ Method to return a bucket object which can be used to interact
455
455
with an AWS S3 bucket using credentials found in a local file.
456
456
457
457
Parameters
You can’t perform that action at this time.
0 commit comments