Skip to content

Commit

Permalink
changed table formatting in TemplateGenerator doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanstokes-db committed Mar 31, 2023
1 parent 9e13515 commit a263bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbldatagen/text_generator_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ def fakerText(mname, *args, _lib=None, _rootClass=None, **kwargs):
:param args: positional args to be passed to underlying Faker instance
:param _lib: internal only param - library to load
:param _rootClass: internal only param - root class to create
:returns : instance of PyfuncText for use with Faker
``fakerText("sentence")`` is same as ``FakerTextFactory()("sentence")``
Expand Down

0 comments on commit a263bd9

Please sign in to comment.