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): ...@@ -155,8 +155,9 @@ class ForeignError(KeyError):
class XLSXConverter: class XLSXConverter:
"""Class for conversion from XLSX to JSON. """Class for conversion from XLSX to JSON.
For a detailed description of the required formatting of the XLSX files, see ``specs.md`` in the For a detailed description of the required formatting of the XLSX files, see ``specs.rst`` in
documentation. the documentation.
""" """
PARSER: dict[str, Callable] = { PARSER: dict[str, Callable] = {
"string": str, "string": str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment