X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_lib%2Flazy%2Fdict.py;h=22fd34234682fb5100713ce095136ca023649c2e;hb=fea5b1d068bc94adce899a804a643bf24b8a9777;hp=c6750e4372c5ce7f08ba2bad69c4db80ea3c2440;hpb=d7c459a9f979c4978cf07ff11056512a852fd61d;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"