Skip to content

Commit 2ec574a

Browse files
committed
Update Readme file
1 parent a80fd69 commit 2ec574a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ credentials = {
4343
}
4444

4545
configuration_name = 'cos_config_string' #you can give any string you like
46-
cos = ibmos2spark.CloudObjectStorage(sc, credentials, configuration_name) #sc is the SparkContext instance. configuration_name is optional param
46+
cos = ibmos2spark.CloudObjectStorage(sc, credentials, configuration_name) #sc is the SparkContext instance.
4747

4848
bucket_name = 'some_bucket_name'
4949
object_name = 'file1'

0 commit comments

Comments
 (0)