Skip to content

Commit 56c3ee8

Browse files
committed
#143 Update package description
1 parent e18a692 commit 56c3ee8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
[![License](https://img.shields.io/badge/license-MIT-blue.svg?label=License&style=flat-square)](LICENSE)
77
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.4624819-blue?style=flat-square)](https://doi.org/10.5281/zenodo.4624819)
88

9-
xarray extension for typed DataArray or Dataset creation
9+
xarray extension for typed DataArray and Dataset creation
1010

1111

1212
## Overview
1313

14-
xarray-dataclasses is a Python package that makes it easy to create [xarray]'s DataArray or Dataset objects that are "typed" (i.e. fixed dimensions, data type, coordinates, attributes, and name) using [the Python's dataclass]:
14+
xarray-dataclasses is a Python package that makes it easy to create [xarray]'s DataArray and Dataset objects that are "typed" (i.e. fixed dimensions, data type, coordinates, attributes, and name) using [the Python's dataclass]:
1515

1616
```python
1717
from dataclasses import dataclass

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "xarray-dataclasses"
33
version = "1.0.0"
4-
description = "xarray extension for typed DataArray or Dataset creation"
4+
description = "xarray extension for typed DataArray and Dataset creation"
55
authors = ["Akio Taniguchi <[email protected]>"]
66
keywords = ["xarray", "dataclass", "dataarray", "dataset", "typing"]
77
license = "MIT"

0 commit comments

Comments
 (0)