Skip to content

Commit e73a610

Browse files
committed
fix unrelated docs
Signed-off-by: vince <vince.white@zepben.com>
1 parent d803d5f commit e73a610

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/zepben/eas/client/eas_client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,16 +1404,16 @@ async def async_get_opendss_model_download_url(self, run_id: int):
14041404

14051405
def get_opendss_model(self, model_id: int):
14061406
"""
1407-
Retrieve information of a hosting capacity calibration run
1408-
:param model_id: The openDss model export ID
1407+
Retrieve information of a OpenDss model export
1408+
:param model_id: The OpenDss model export ID
14091409
:return: The HTTP response received from the Evolve App Server after requesting the openDss model info
14101410
"""
14111411
return get_event_loop().run_until_complete(self.async_get_opendss_model(model_id))
14121412

14131413
async def async_get_opendss_model(self, model_id: int):
14141414
"""
1415-
Retrieve information of a hosting capacity calibration run
1416-
:param model_id: The openDss model export ID
1415+
Retrieve information of a OpenDss model export
1416+
:param model_id: The OpenDss model export ID
14171417
:return: The HTTP response received from the Evolve App Server after requesting the openDss model info
14181418
"""
14191419

0 commit comments

Comments
 (0)