]> git.phdru.name Git - m_lib.git/blobdiff - m_lib/lazy/dict.py
Remove wrong copyright lines, fix module docstrings
[m_lib.git] / m_lib / lazy / dict.py
index c6750e4372c5ce7f08ba2bad69c4db80ea3c2440..22fd34234682fb5100713ce095136ca023649c2e 100644 (file)
@@ -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"