Skip to content

Commit 9b79c3e

Browse files
authored
kwargs typo in custom backend docs (#7016)
1 parent 2553762 commit 9b79c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/internals/how-to-add-new-backend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ should implement in its interface the following boolean keyword arguments, calle
119119
- ``decode_coords``
120120

121121
Note: all the supported decoders shall be declared explicitly
122-
in backend ``open_dataset`` signature and adding a ``**kargs`` is not allowed.
122+
in backend ``open_dataset`` signature and adding a ``**kwargs`` is not allowed.
123123

124124
These keyword arguments are explicitly defined in Xarray
125125
:py:func:`~xarray.open_dataset` signature. Xarray will pass them to the

0 commit comments

Comments
 (0)