Skip to content

Commit

Permalink
fixed docs for identity ens arr
Browse files Browse the repository at this point in the history
  • Loading branch information
Seanny123 committed Nov 8, 2017
1 parent 73d03a4 commit 4557674
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nengo_spa/networks/identity_ensemble_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


class IdentityEnsembleArray(nengo.Network):
"""An ensemble array optimized for representing the identity vector for
circular convolution.
"""An ensemble array optimized for representing the identity circular
convolution vector.
The ensemble array will use ensembles with *subdimensions* dimensions,
except for the first *subdimensions* dimensions. These will be split into
Expand Down Expand Up @@ -78,9 +78,9 @@ def __init__(

@with_self
def add_neuron_input(self):
"""Adds a node that provides input to the neurons of all ensembles.
"""Adds a node providing input to the neurons of all ensembles.
This node is accessible through the *neuron_input* attribute.
This node is accessible through the `neuron_input` attribute.
Returns
-------
Expand Down

0 comments on commit 4557674

Please sign in to comment.