From d5002124269e4dc68b2e4601bd2fcb063361247a Mon Sep 17 00:00:00 2001 From: mehak-sachdeva Date: Sat, 4 Mar 2017 08:53:56 -0500 Subject: [PATCH] typo --- src/py/crankshaft/crankshaft/spatial_lag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py/crankshaft/crankshaft/spatial_lag/__init__.py b/src/py/crankshaft/crankshaft/spatial_lag/__init__.py index 1442ad5..fe62b29 100644 --- a/src/py/crankshaft/crankshaft/spatial_lag/__init__.py +++ b/src/py/crankshaft/crankshaft/spatial_lag/__init__.py @@ -1,2 +1,2 @@ -"""Import all functions from for clustering""" +"""Import all functions from for spatial lag""" from spatial_lag import *