Skip to content
Snippets Groups Projects
Verified Commit b303abef authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Fixed doc reference.

parent 78da958b
No related branches found
No related tags found
No related merge requests found
......@@ -155,8 +155,9 @@ class ForeignError(KeyError):
class XLSXConverter:
"""Class for conversion from XLSX to JSON.
For a detailed description of the required formatting of the XLSX files, see ``specs.md`` in the
documentation.
For a detailed description of the required formatting of the XLSX files, see ``specs.rst`` in
the documentation.
"""
PARSER: dict[str, Callable] = {
"string": str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment