Skip to content

Commit 7195adf

Browse files
committed
correct docstrs
1 parent 7d0b8b7 commit 7195adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mp_api/client/core/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def __init__(
119119
headers: Custom headers for localhost connections.
120120
mute_progress_bars: Whether to disable progress bars.
121121
local_dataset_cache: Target directory for downloading full datasets. Defaults
122-
to 'materialsproject_datasets' in the user's home directory
122+
to 'mp_datasets' in the user's home directory
123123
force_renew: Option to overwrite existing local dataset
124124
"""
125125
# TODO: think about how to migrate from PMG_MAPI_KEY

mp_api/client/mprester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def __init__(
170170
headers: Custom headers for localhost connections.
171171
mute_progress_bars: Whether to mute progress bars.
172172
local_dataset_cache: Target directory for downloading full datasets. Defaults
173-
to "materialsproject_datasets" in the user's home directory
173+
to "mp_datasets" in the user's home directory
174174
force_renew: Option to overwrite existing local dataset
175175
176176
"""

0 commit comments

Comments
 (0)