Skip to content

Commit 1174168

Browse files
Typos
Co-authored-by: Sadie L. Bartholomew <sadie.bartholomew@ncas.ac.uk>
1 parent 6a2c0b3 commit 1174168

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version NEXTVERSION
44
**2026-??-??**
55

66
* Read Kerchunk datasets with `cf.read`
7-
(https://github.com/NCAS-CMS/cf-python/936)
7+
(https://github.com/NCAS-CMS/cf-python/issues/936)
88
* Read open file handle datasets with `cf.read`
99
(https://github.com/NCAS-CMS/cf-python/issues/937)
1010
* Write UGRID datasets with `cf.write`

cf/test/test_kerchunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_read_dict(self):
7878
self.assertEqual(len(cf.read(kerchunk)), 1)
7979

8080
def test_read_bytes(self):
81-
"""Test cf.read with an Kerchunk dictionary."""
81+
"""Test cf.read with a Kerchunk raw bytes representation."""
8282
with open(kerchunk_file, "r") as fh:
8383
d = json.load(fh)
8484

0 commit comments

Comments
 (0)