mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
Fixing comment in catalogs
This commit is contained in:
parent
d3ee3edc4e
commit
4db4629c75
|
@ -38,10 +38,9 @@ class AbstractCatalog(object):
|
|||
|
||||
@classmethod
|
||||
def override(cls, overriding):
|
||||
"""
|
||||
Override current catalog providers by overriding catalog providers.
|
||||
"""Override current catalog providers by overriding catalog providers.
|
||||
|
||||
:param overriding: AbstractCatalog
|
||||
:type overriding: AbstractCatalog
|
||||
"""
|
||||
overridden = overriding.all_providers() - cls.all_providers()
|
||||
for name, provider in overridden:
|
||||
|
|
Loading…
Reference in New Issue
Block a user