Skip to content

Commit 8775be0

Browse files
committed
Typos
1 parent eef77cc commit 8775be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/creating_resources.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ Cloning Resources
15141514

15151515
In the previous sections, you've been able to see that sources,
15161516
datasets 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
15281528
the link to the shared resource contains a shared hash, which is at the end
15291529
of the URL. That shared ID can be used as input to clone it.
15301530

0 commit comments

Comments
 (0)