Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Oct 1, 2022
1 parent ec3321a commit 7bc9916
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mimesis/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@ def perform(
it will return the data from the first provider which
has a method ``name``.
Allowed delimiters: ``.``, ``:``, ``/`` and space.
Allowed delimiters: ``.``, ``:``, ``/`` and space:
- ``provider.name``
- ``provider:name``
- ``provider/name``
- ``provider name``
You can apply a *key function* to the result returned by
the method, by passing a parameter **key** with a callable
Expand Down

0 comments on commit 7bc9916

Please sign in to comment.