Skip to content

Commit de965f3

Browse files
lpilzLukas Pilz
and
Lukas Pilz
authored
Amended docs on how to add a new backend (#6292)
Co-authored-by: Lukas Pilz <[email protected]>
1 parent 964bee8 commit de965f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/internals/how-to-add-new-backend.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ If you are using `Poetry <https://python-poetry.org/>`_ for your build system, y
273273

274274
.. code-block:: toml
275275
276-
[tool.poetry.plugins."xarray_backends"]
276+
[tool.poetry.plugins."xarray.backends"]
277277
"my_engine" = "my_package.my_module:MyBackendEntryClass"
278278
279279
See https://python-poetry.org/docs/pyproject/#plugins for more information on Poetry plugins.

0 commit comments

Comments
 (0)