File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1514,7 +1514,7 @@ Cloning Resources
15141514
15151515In the previous sections, you've been able to see that sources,
15161516datasets and models can be cloned using the corresponding
1517- ``clone_[resource_type]` method.
1517+ ``clone_[resource_type] `` method.
15181518
15191519.. code-block :: python
15201520 from bigml.api import BigML
@@ -1524,7 +1524,7 @@ datasets and models can be cloned using the corresponding
15241524 logistic_regression)
15251525
15261526 Usually, cloning is applied when someone
1527- shares a resources with us and we need to use it in our account. In that case
1527+ shares a resource with us and we need to use it in our account. In that case
15281528the link to the shared resource contains a shared hash, which is at the end
15291529of the URL. That shared ID can be used as input to clone it.
15301530
You can’t perform that action at this time.
0 commit comments