trivial update

This commit is contained in:
Chunxiao Li 2021-06-07 15:04:33 +08:00 committed by GitHub
parent 2fd08cc138
commit ad0ef52289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ pip install pyatmos --upgrade # to upgrade a pre-existing installation
>>> swdata = read_sw_nrlmsise00(swfile) >>> swdata = read_sw_nrlmsise00(swfile)
``` ```
``` ```python
>>> from pyatmos import nrlmsise00 >>> from pyatmos import nrlmsise00
>>> # Set a specific time and location >>> # Set a specific time and location
>>> t = '2014-07-22 22:18:45' # time(UTC) >>> t = '2014-07-22 22:18:45' # time(UTC)