From 1b9cd3c49413aa4d94d5dc0342ae1bb726063cb0 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 31 Dec 2019 13:57:20 +1100 Subject: [PATCH 1/3] Fix simple typo: wraped -> wrapped Closes #3886 --- src/nupic/engine/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nupic/engine/__init__.py b/src/nupic/engine/__init__.py index a634714be3..fc06462808 100644 --- a/src/nupic/engine/__init__.py +++ b/src/nupic/engine/__init__.py @@ -392,7 +392,7 @@ class Region(LockAttributesMixin): #- Forwards everything else to internal region def __init__(self, region, network): - """Store the wraped region and hosting network + """Store the wrapped region and hosting network The network is the high-level Network and not the internal Network. This is important in case the user requests the network From efba9df66141245922b14271bf6c04e047855027 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 31 Dec 2019 15:56:10 +1100 Subject: [PATCH 2/3] rebuild From cd9d29a212ed9723af0077e881ea12c3c4491af8 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 31 Dec 2019 17:20:26 +1100 Subject: [PATCH 3/3] rebuild