Codespell
This commit is contained in:
parent
4395d4001c
commit
35f7adcf07
2 changed files with 2 additions and 2 deletions
|
|
@ -382,7 +382,7 @@ def merge_patch(
|
|||
|
||||
:param target: The target object
|
||||
:param patch: The patch to be applied
|
||||
:param enforce_dict: Boolean, set True enfoces that the target and patch are both
|
||||
:param enforce_dict: Boolean, set True enforces that the target and patch are both
|
||||
dictionaries.
|
||||
"""
|
||||
if enforce_dict and not (isinstance(target, dict) and isinstance(patch, dict)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue