diff --git a/docs/recipes.rst b/docs/recipes.rst index 8db4103..6699632 100644 --- a/docs/recipes.rst +++ b/docs/recipes.rst @@ -4,9 +4,7 @@ Recipes .. code-block:: python - from fake import Faker - - FAKER = Faker() + from fake import FAKER ----