Skip to content

Commit

Permalink
Fix minor bugs and typos (#917)
Browse files Browse the repository at this point in the history
* Fix code duplication in docs

* Fix typo in README (#916)

* Fix code duplication in docs (#912)

* Remove the extra underscore from the readme (#913)

* Bump pytest from 5.4.3 to 6.0.1 (#915)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.3 to 6.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@5.4.3...6.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Update README.rst

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
lk-geimfari and dependabot-preview[bot] committed Aug 4, 2020
1 parent d81b16f commit b2b2768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The key features are:
- **Extensibility**: You can create your own data providers and use them with Mimesis.
- **Generic data provider**: The `simplified <https://mimesis.name/getting_started.html#generic-provider>`_ access to all the providers from a single object.
- **Multilingual**: Supports data for `a lot of languages <https://mimesis.name/getting_started.html#locales>`_.
- **Data variety**: Supports data for `a lot of data providers <https://mimesis.name/api.html>`_ for a variety of proposes.
- **Data variety**: Supports `a lot of data providers <https://mimesis.name/api.html>`_ for a variety of purposes.
- **Schema-based generators**: Provides an easy mechanism to generate data by the schema of any complexity.
- **Country-specific data providers**: Provides data specific only for `some countries <https://mimesis.name/api.html#builtin-data-providers>`_.

Expand Down

0 comments on commit b2b2768

Please sign in to comment.