Skip to content

Commit d6a47b7

Browse files
committed
fixes from review
1 parent 1a3e7df commit d6a47b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/whats-new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Bug fixes
2626
~~~~~~~~~
2727
- ``netcdf`` and ``pydap`` engines no longer incorrectly claim to read all remote URLs preventing
2828
the ``zarr`` backend from reading remote zarr stores without an explicit ``engine=`` argument.
29-
(:pull:`10804`). By `Ian Hunt-Isaak <https://github.com/ianhi`_.
29+
(:pull:`10804`). By `Ian Hunt-Isaak <https://github.com/ianhi>`_.
3030

3131
Documentation
3232
~~~~~~~~~~~~~

xarray/tests/test_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7263,7 +7263,7 @@ def test_remote_url_backend_auto_detection() -> None:
72637263
claiming ALL remote URLs, preventing remote Zarr stores from being
72647264
auto-detected.
72657265
7266-
See: https://github.com/pydata/xarray/issues/XXXXX
7266+
See: https://github.com/pydata/xarray/issues/10801
72677267
"""
72687268
from xarray.backends.netCDF4_ import NetCDF4BackendEntrypoint
72697269
from xarray.backends.pydap_ import PydapBackendEntrypoint

0 commit comments

Comments
 (0)