From 1b9cd3c49413aa4d94d5dc0342ae1bb726063cb0 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 31 Dec 2019 13:57:20 +1100 Subject: [PATCH] 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