python-dependency-injector/docs/introduction
Illia Volochii daca85d555
Fix a few issues in the introduction (#580)
* Fix a statement about coupling and cohesion that is not always true

https://enterprisecraftsmanship.com/posts/cohesion-coupling-difference/#_types_of_code_from_a_cohesion_and_coupling_perspective

* Fix a typing issue in an example

`ApiClient` expects timeout to be an integer (based on a type hint), but `os.getenv` returns a string when `TIMEOUT` is set.

* Specify the `None` return type where it is missed

* Fix typing issues in some other places

* Edit a statement about coupling and cohesion

Co-authored-by: Roman Mogylatov <rmogilatov@gmail.com>

Co-authored-by: Roman Mogylatov <rmogilatov@gmail.com>
2022-04-16 21:29:35 -04:00
..
images Update "What is What is dependency injection?" documentation page 2020-09-03 23:09:21 -04:00
di_in_python.rst Fix a few issues in the introduction (#580) 2022-04-16 21:29:35 -04:00
index.rst Fix some wording 2020-09-09 17:58:28 -04:00
installation.rst Update versions in the docs 2021-09-30 20:18:23 -04:00
key_features.rst Pydantic settings support (#388) 2021-02-03 09:21:32 -05:00