From 0f7a45ab17e68c0838e7a113c7ec5b9e10e1ac54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Fri, 29 May 2020 17:46:24 +0200 Subject: [PATCH] Apply suggestion to doc/design.rst --- doc/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design.rst b/doc/design.rst index 2dffdf1..2309491 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. -- GitLab