X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_lib%2Flazy%2Fdict.py;h=22fd34234682fb5100713ce095136ca023649c2e;hb=8d79317cdc8220ff3c2192e68fc1dfc749c3ea1c;hp=c6750e4372c5ce7f08ba2bad69c4db80ea3c2440;hpb=85cd07aab2b155d3fcf472684719cf803d1d750d;p=m_lib.git diff --git a/m_lib/lazy/dict.py b/m_lib/lazy/dict.py index c6750e4..22fd342 100644 --- a/m_lib/lazy/dict.py +++ b/m_lib/lazy/dict.py @@ -1,4 +1,4 @@ -"Lazy dictionaries calculate self content upon first access" +"""Lazy dictionaries calculate self content upon first access""" class LazyDict: "Abstract parent of all lazy dictionaries"