Skip to content

Commit

Permalink
Updates as per code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikh-ma authored Dec 12, 2024
1 parent 2a74a05 commit 3ce3b6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrunch/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2373,6 +2373,8 @@ def fork(self, description=None, name=None, is_published=False,
:param project: str, default=None
The project ID or URL for the project in which the fork
dataset should be created.
If project=None, the fork dataset will be created in the same
location as the source dataset.
:returns _fork: scrunch.datasets.BaseDataset
"""
Expand Down

0 comments on commit 3ce3b6d

Please sign in to comment.