Skip to content

Commit 129f878

Browse files
committed
Fix incorrect import in docs
1 parent 1c6d10f commit 129f878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/developer_guide/data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ this data:
6666

6767
.. code-block:: python
6868
69-
from ml_peg.calcs.utils.utils import download_github_data
69+
from ml_peg.calcs.utils.utils import download_s3_data
7070
7171
data_dir = download_s3_data(filename="S24.zip", key="inputs/surfaces/S24/S24.zip")
7272

0 commit comments

Comments
 (0)