Skip to content
Snippets Groups Projects
Commit 66b30b90 authored by David Trattnig's avatar David Trattnig
Browse files

Fix: Codespell

parent 99b94ba2
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ class DotDict(dict):
Wrap a Dictionary with `DotDict` to allow property access using the dot.notation.
Args:
dict (_type_): The dicionary
dict (_type_): The dictionary
"""
__getattr__ = dict.get
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment