From 4ff95a5f3905f083237ff8cf6af07c7eb0a2a68c Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 12 Oct 2021 12:11:01 -0400 Subject: [PATCH] Fix typo in changelog --- docs/main/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index cda36a3a..abb4b520 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -13,7 +13,7 @@ Develop ``container.wire(modules=["yourapp.module1"])``. - Add container wiring configuration ``wiring_config = containers.WiringConfiguration()``. - Add support of ``with`` statement for ``container.override_providers()`` method. -- Drop support of Python 3.4. There are no immediate braking changes, but Dependency Injector +- Drop support of Python 3.4. There are no immediate breaking changes, but Dependency Injector will no longer be tested on Python 3.4 and any bugs will not be fixed. - Update documentation and fix typos.