Skip to content

Commit f2d0966

Browse files
committed
fix readme codeblock highlghts
1 parent 7a7ffa9 commit f2d0966

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ds = ds.proj.assign_crs(spatial_ref_crs={"EPSG":4326})
2424
print(ds)
2525
```
2626

27-
```
27+
```python
2828
pyramid = create_pyramid(
2929
ds,
3030
levels=2,
@@ -36,7 +36,7 @@ print(pyramid.encoding)
3636
print(pyramid.dt)
3737
```
3838

39-
```
39+
```python
4040
# Optional: Write to Zarr
4141
!pip install obstore zarr
4242
from obstore.store import from_url

0 commit comments

Comments
 (0)