Skip to content

Commit 38c6729

Browse files
committed
Fix typos
1 parent a73261b commit 38c6729

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/ecosystem.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ arrays with geospatial attributes such as coordinate reference systems (CRS) and
7777
(bounds).
7878

7979
Currently, PyGMT relies on [rioxarray][] to to saving multi-band rasters to temporary files
80-
in GeoTIFF format, to support processing and plotting 3-D :class:`xarray.DataArray`
80+
in GeoTIFF format, to support processing and plotting 3-D {class}`xarray.DataArray`
8181
images.
8282

8383
```{note}
@@ -95,7 +95,7 @@ organized for efficient analytic operations on modern hardware. The Arrow Python
9595
Python objects. They are based on the C++ implementation of Arrow.
9696

9797
```{note}
98-
If you have PyArrow installed, PyGMT does have some initial support for {class}`pandas.Series
98+
If you have PyArrow installed, PyGMT does have some initial support for {class}`pandas.Series`
9999
and {class}`pandas.DataFrame` objects with Apache Arrow-backed arrays. Specifically, only
100100
uint/int/float and date32/date64 dtypes are supported for now. Support for string Arrow
101101
dtypes is still a work in progress. For more details, see
@@ -109,6 +109,7 @@ dtypes is still a work in progress. For more details, see
109109
[apache arrow]: https://arrow.apache.org/
110110
[contextily]: https://contextily.readthedocs.io/
111111
[geopandas]: https://geopandas.org/
112+
[ipython]: https://ipython.org/
112113
[matplotlib]: https://matplotlib.org/
113114
[numpy]: https://numpy.org/
114115
[pandas]: https://pandas.pydata.org/

0 commit comments

Comments
 (0)