Skip to content

Commit

Permalink
[fix] add a comma (iterative#1042)
Browse files Browse the repository at this point in the history
[fix] add a comma
  • Loading branch information
ricoms authored Mar 12, 2020
1 parent fa9d376 commit 49594f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/static/docs/api-reference/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import dvc.api

modelpkl = dvc.api.read(
'model.pkl',
repo='https://github.com/example/project.git'
repo='https://github.com/example/project.git',
mode='rb')
```

Expand Down

0 comments on commit 49594f2

Please sign in to comment.