Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
📝 usage updated / module API updated
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanitsky committed Apr 6, 2020
1 parent e55bbdc commit 391e72c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can parse XML files into ready-to-use Feed model instance with parser::
}
}

And convert Feed model instances into xml files::
And convert Feed model instances into XML files::

>>> convert("converted_from_feed_model.xml", feed)
>>> feed = parse("converted_from_feed_model.xml")
Expand Down
6 changes: 3 additions & 3 deletions docs/yandex_market_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ yandex\_market\_language.exceptions module
:undoc-members:
:show-inheritance:

yandex\_market\_language.parser module
--------------------------------------
yandex\_market\_language.yml module
-----------------------------------

.. automodule:: yandex_market_language.parser
.. automodule:: yandex_market_language.yml
:members:
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit 391e72c

Please sign in to comment.