Skip to content

Commit

Permalink
docs: Fix typo in LazyLoadingDict docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime authored and oroulet committed Feb 21, 2024
1 parent 49ab1c9 commit 5534f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncua/server/address_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def load_aspace_shelf(self, path: Path):
class LazyLoadingDict(collections.abc.MutableMapping):
"""
Special dict that only loads nodes as they are accessed. If a node is accessed it gets copied from the
shelve to the cache dict. All user nodes are saved in the cache ONLY. Saving data back to the shelf
shelf to the cache dict. All user nodes are saved in the cache ONLY. Saving data back to the shelf
is currently NOT supported
"""

Expand Down

0 comments on commit 5534f8a

Please sign in to comment.