From 8a1a4b9049975e82cb56648dcc68dc3fdbece703 Mon Sep 17 00:00:00 2001 From: serv-inc Date: Tue, 16 May 2017 19:40:36 +0200 Subject: [PATCH] Update module help This makes `help(deepdiff)` display some useful info. --- deepdiff/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deepdiff/__init__.py b/deepdiff/__init__.py index 6e608d0c..95ad688c 100644 --- a/deepdiff/__init__.py +++ b/deepdiff/__init__.py @@ -1,3 +1,4 @@ +"""This module offers the DeepDiff, DeepSearch, grep and DeepHash classes.""" import logging if __name__ == '__main__':