diff --git a/doc/design.rst b/doc/design.rst index 2dffdf1b71820e9e7de2c02c17dd0b17c6dc3cc4..2309491944833a1f3b4396281daf91e51096c985 100644 --- a/doc/design.rst +++ b/doc/design.rst @@ -70,7 +70,7 @@ Naming - There is (for now) one :class:`~Namespace` per computation "universe" that defines the computational "environment", by mapping :term:`identifier`\ s to :term:`array expression`\ s - (note: :term:`DictOfNamedArrays` instances may not be named, but their constituent + (note: :class:`DictOfNamedArrays` instances may not be named, but their constituent parts can, by using :class:`AttributeLookup`). Operations involving array expressions not using the same namespace are prohibited.