Skip to content

Commit ee326bb

Browse files
committed
update the doctest for indexes
1 parent f0ad61f commit ee326bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2961,7 +2961,7 @@ def reindex(
29612961
pressure (station) float64 211.8 322.9 218.8 445.9
29622962
>>> x.indexes
29632963
Indexes:
2964-
station: Index(['boston', 'nyc', 'seattle', 'denver'], dtype='object', name='station')
2964+
station Index(['boston', 'nyc', 'seattle', 'denver'], dtype='object', name='station')
29652965
29662966
Create a new index and reindex the dataset. By default values in the new index that
29672967
do not have corresponding records in the dataset are assigned `NaN`.

0 commit comments

Comments
 (0)