Skip to content

Commit 2e1752d

Browse files
committed
numpydocify
1 parent df7f74d commit 2e1752d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

xarray/backends/common.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -856,10 +856,12 @@ def _is_likely_dap_url(url: str) -> bool:
856856
Determines if a URL is likely an OPeNDAP (DAP) endpoint based on
857857
known protocols, server software path patterns, and file extensions.
858858
859-
Args:
860-
url: The URL to inspect.
859+
Parameters
860+
----------
861+
url : str
861862
862-
Returns:
863+
Returns
864+
-------
863865
True if the URL matches common DAP patterns, False otherwise.
864866
"""
865867
if not url:

0 commit comments

Comments
 (0)