Skip to content

Commit a8f8006

Browse files
committed
fix typos
1 parent 0856bca commit a8f8006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/io.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def _add_output_traits(self, base):
134134
# Class to track percentage of S3 file upload
135135
class ProgressPercentage(object):
136136
'''
137-
Call-able class instsance (via __call__ method) that displays
137+
Callable class instsance (via __call__ method) that displays
138138
upload percentage of a file to S3
139139
'''
140140

@@ -367,7 +367,7 @@ def _substitute(self, pathstr):
367367
def _check_s3_base_dir(self):
368368
'''
369369
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
371371
name in the form 's3://bucket_name/...' and adds a bucket
372372
attribute to the data sink instance, i.e. self.bucket
373373
@@ -451,7 +451,7 @@ def _return_aws_keys(self, creds_path):
451451
# Fetch bucket object
452452
def _fetch_bucket(self, bucket_name):
453453
'''
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
455455
with an AWS S3 bucket using credentials found in a local file.
456456
457457
Parameters

0 commit comments

Comments
 (0)