From 6d3f212531aa67ad8684d2532f973efe63df41af Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Tue, 28 Jul 2015 01:38:14 +0300 Subject: [PATCH] Increasing image size in factory init injections documentation --- docs/providers/factory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/factory.rst b/docs/providers/factory.rst index 0627aec4..a8f28737 100644 --- a/docs/providers/factory.rst +++ b/docs/providers/factory.rst @@ -70,7 +70,7 @@ Example below shows how to create ``Factory`` of particular class with provided by another factories: .. image:: /images/providers/factory_init_injections.png - :width: 85% + :width: 90% :align: center .. code-block:: python