Increasing image size in factory init injections documentation

This commit is contained in:
Roman Mogilatov 2015-07-28 01:38:14 +03:00
parent 64a1820ee6
commit 6d3f212531

View File

@ -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