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