Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Fix simple typo: wraped -> wrapped #3887

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/nupic/engine/__init__.py
Expand Up @@ -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
Expand Down