Common: Fix incorrect docstring in DIContainer

This commit is contained in:
Mike Salvatore 2022-06-17 07:16:50 -04:00
parent df23cc42f4
commit a18814a83b
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class DIContainer:
Deletes key from mapping. Unlike the `del` keyword, this function does not raise a KeyError
if the key does not exist.
:param MutableMapping: A mapping from which a key will be deleted
:param mapping: A mapping from which a key will be deleted
:param key: A key to delete from `mapping`
"""
try: