Skip to content

Commit ee52482

Browse files
committed
Fix whats new typos
1 parent 50e8f73 commit ee52482

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/whats-new.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Backwards incompatible changes
4545
Enhancements
4646
~~~~~~~~~~~~
4747

48-
- Due to popular demand, I have added experimental attribute style access as
48+
- Due to popular demand, we have added experimental attribute style access as
4949
a shortcut for dataset variables, coordinates and attributes:
5050

5151
.. ipython:: python
@@ -89,7 +89,7 @@ Bug fixes
8989
Future plans
9090
~~~~~~~~~~~~
9191

92-
- I am comtemplating switching to the terms "coordinate variables" and "data
92+
- I am contemplating switching to the terms "coordinate variables" and "data
9393
variables" instead of the (currently used) "coordinates" and "variables",
9494
following their use in `CF Conventions`_ (:issue:`293`). This would mostly
9595
have implications for the documentation, but I would also change the
@@ -99,7 +99,7 @@ Future plans
9999
(:issue:`186`).
100100
- The main API breakage that I *do* anticipate in the next release is finally
101101
making all aggregation operations skip missing values by default
102-
(:issue:`130`). I'm pretty sick of writing `ds.reduce(np.nanmean, 'time')`.
102+
(:issue:`130`). I'm pretty sick of writing ``ds.reduce(np.nanmean, 'time')``.
103103
- The next version of xray (0.4) will remove deprecated features and aliases
104104
whose use currently raises a warning.
105105

0 commit comments

Comments
 (0)