From a263bd9920a5adc4981cb8aee0d44c44df434779 Mon Sep 17 00:00:00 2001 From: ronanstokes-db Date: Fri, 31 Mar 2023 15:52:51 -0700 Subject: [PATCH] changed table formatting in TemplateGenerator doc string --- dbldatagen/text_generator_plugins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dbldatagen/text_generator_plugins.py b/dbldatagen/text_generator_plugins.py index 7f5713ab..8b20657c 100644 --- a/dbldatagen/text_generator_plugins.py +++ b/dbldatagen/text_generator_plugins.py @@ -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")``