Skip to content

Commit

Permalink
typo corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mfouesneau committed Oct 4, 2024
1 parent 5d2ad1d commit ba50c31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
```
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba50c31

Please sign in to comment.