Skip to content

Commit

Permalink
Fixed typo in custom backend registration documentation (#8645)
Browse files Browse the repository at this point in the history
  • Loading branch information
HertugHelms committed Jan 23, 2024
1 parent 0a61f0e commit 0475435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/internals/how-to-add-new-backend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ You can declare the entrypoint in your project configuration like so:

.. code:: toml
[project.entry-points."xarray-backends"]
[project.entry-points."xarray.backends"]
my_engine = "my_package.my_module:MyBackendEntrypoint"
.. tab:: pyproject.toml [Poetry]
Expand Down

0 comments on commit 0475435

Please sign in to comment.