Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerce committed Aug 2, 2023
1 parent eef77cc commit 8775be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/creating_resources.rst
Expand Up @@ -1514,7 +1514,7 @@ Cloning Resources

In the previous sections, you've been able to see that sources,
datasets and models can be cloned using the corresponding
``clone_[resource_type]` method.
``clone_[resource_type]`` method.

.. code-block:: python
from bigml.api import BigML
Expand All @@ -1524,7 +1524,7 @@ datasets and models can be cloned using the corresponding
logistic_regression)
Usually, cloning is applied when someone
shares a resources with us and we need to use it in our account. In that case
shares a resource with us and we need to use it in our account. In that case
the link to the shared resource contains a shared hash, which is at the end
of the URL. That shared ID can be used as input to clone it.

Expand Down

0 comments on commit 8775be0

Please sign in to comment.