Skip to content

Commit 335a106

Browse files
committed
one ` missing
1 parent fa0345a commit 335a106

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
@@ -45,7 +45,7 @@ cos = ibmos2spark.CloudObjectStorage(sc, credentials) #sc is the SparkContext i
4545
bucket_name = 'some_bucket_name'
4646
object_name = 'file1'
4747
data = sc.textFile(cos.url(object_name, bucket_name))
48-
``
48+
```
4949

5050
### Bluemix / Data Science Experience
5151

0 commit comments

Comments
 (0)