Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Dec 30, 2023
1 parent c4e1586 commit 62ea7e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ BaseField

.. autoclass:: mimesis.schema.BaseField
:members:
:special-members: __call__
:special-members: __call__, __init__

Field
------
Expand All @@ -285,7 +285,7 @@ Schema

.. autoclass:: mimesis.schema.Schema
:members:
:special-members: __init__, __mul__, __rmul__
:special-members: __init__

Enums
=====
Expand Down
1 change: 1 addition & 0 deletions mimesis/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def __init__(
This class is used as a base class for :class:`Field` and :class:`Fieldset`.
:attr: aliases: A dictionary of aliases for standard fields.
:param locale: Locale.
:param seed: Seed for random.
"""
Expand Down

0 comments on commit 62ea7e0

Please sign in to comment.