Skip to content

Commit

Permalink
Fix small docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Apr 5, 2024
1 parent b6b9db2 commit 7a66b5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/api/report/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Utilities
.. currentmodule:: message_ix_models.report.compat

Compatibility with :mod:`.report.legacy`
---------------------------------------
----------------------------------------

.. automodule:: message_ix_models.report.compat
:members:
Expand Down
1 change: 0 additions & 1 deletion doc/api/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Others:
.. autosummary::

EXPORT_OMIT
CliRunner
bare_res
export_test_data
pytest_addoption
Expand Down
4 changes: 2 additions & 2 deletions message_ix_models/tools/iea/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class IEA_EWEB(ExoDataSource):
- "provider": Either "IEA" or "OECD". See :data:`.FILES`.
- "edition": one of "2021", "2022", or "2023". See :data:`.FILES`.
- "product": :class:`str` or :class:`list` of :class:`str.
- "flow": :class:`str` or :class:`list` of :class:`str.
- "product": :class:`str` or :class:`list` of :class:`str`.
- "flow": :class:`str` or :class:`list` of :class:`str`.
The returned data have the extra dimensions "product" and "flow", and are not
aggregated by year.
Expand Down

0 comments on commit 7a66b5f

Please sign in to comment.