diff --git a/psyneulink/components/states/outputstate.py b/psyneulink/components/states/outputstate.py index a2642454dfc..ad1b9ddedeb 100644 --- a/psyneulink/components/states/outputstate.py +++ b/psyneulink/components/states/outputstate.py @@ -163,7 +163,7 @@ .. _OutputState_Specification_by_Variable: * **variable** -- creates an OutputState using the specification as the OutputState's `variable - ` (see `OutputState_Customization`). This must be compatible with (have the same number + ` (see `OutputState_Customization`). This must be compatible with (have the same number and type of elements as) the OutputState's `function `. A default name is assigned based on the name of the Mechanism (see `Naming`). .. @@ -177,15 +177,15 @@ * *VARIABLE*: - specifies the attribute(s) of its `owner ` Mechanism to use as the input to the OutputState's `function ` (see `OutputState_Customization`); this - must be compatible with (in the number and format of the items it specifies) with the OutputState's - `function `. + must be compatible (in the number and format of the items it specifies) with the OutputState's `function + `. | * *FUNCTION*:<`Function `, function or method> - specifies the function used to transform and/or combine the item(s) specified for the OutputState's `variable ` into its `value `; its input must be compatible (in the number and format of elements) with the specification of the OutputState's `variable ` (see `OutputState_Customization`). | - * *PROJECTIONS* or *MECHANISMS*: and/or `Mechanisms `> - specifies + * *PROJECTIONS* or *MECHANISMS*:` and/or `Mechanisms `> - specifies one or more efferent `MappingProjections ` from the OutputState, Mechanims that should receive them, and/or `ModulatoryProjections ` for it to receive; this may be constrained by or have consequences for the OutputState's `variable ` and/or its `value @@ -383,8 +383,8 @@ An OutputState's `value ` can be customized by specifying its `variable ` and/or `function ` in the **variable** and **function** arguments of the OutputState's -constructor, respectively, the corresponding entries (*VARIABLE* and *FUNCTION*) of an `OutputState specification -dictionary `, or in the variable spec item of a `3-item tuple +constructor, the corresponding entries (*VARIABLE* and *FUNCTION*) of an `OutputState specification +dictionary `, or in the variable spec (2nd) item of a `3-item tuple ` for the OutputState. *OutputState* `variable `