From ba50c3142897b09128a763d880226737fc3b5102 Mon Sep 17 00:00:00 2001 From: Morgan Fouesneau Date: Fri, 4 Oct 2024 20:11:36 +0200 Subject: [PATCH] typo corrections --- README.md | 2 +- doc/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 424b4ae..46a93b8 100644 --- a/README.md +++ b/README.md @@ -62,5 +62,5 @@ EXAMPLE USAGE (deprecated) * getting only one isochrone ```python >>> from ezpadova import get_one_isochrone ->>> r = get_one_isochrone(1e7, 0.02, model='parsec12s', phot='spitzer') +>>> r = get_one_isochrone(1e7, 0.02, model='parsec12s', phot='YBC_spitzer') ``` diff --git a/doc/index.rst b/doc/index.rst index 0a7d7ae..4cdecd1 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -70,7 +70,7 @@ Example usage (deprecated) .. code-block:: python from ezpadova import get_one_isochrone - r = get_one_isochrone(1e7, 0.02, model='parsec12s', phot='spitzer') + r = get_one_isochrone(1e7, 0.02, model='parsec12s', phot='YBC_spitzer') Contents