Skip to content

Commit

Permalink
Fix whats new typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Dec 24, 2014
1 parent 50e8f73 commit ee52482
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Backwards incompatible changes
Enhancements
~~~~~~~~~~~~

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

.. ipython:: python
Expand Down Expand Up @@ -89,7 +89,7 @@ Bug fixes
Future plans
~~~~~~~~~~~~

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

Expand Down

0 comments on commit ee52482

Please sign in to comment.