diff --git a/doc/ref_kernel.rst b/doc/ref_kernel.rst index 7615183073167aade49e1a856d71e0c6f8e84a85..ca27070a530e280da7ba7e93a4c1d4d36087bf66 100644 --- a/doc/ref_kernel.rst +++ b/doc/ref_kernel.rst @@ -167,8 +167,9 @@ Variable Name Registry ^^^^^^^^^^^^^^^^^^^^^^ Individual Loopy submodules use their own prefix beginning with ``_lp_`` for -internally-created variable names. These prefixes are only used for names -created within the listed submodule. +internally-created variable names. Each prefix is only used for names created +within the listed submodule, and the prefix used within any module may not +itself be a prefix of the prefix for another module. Reserved Name Prefixes ^^^^^^^^^^^^^^^^^^^^^^ @@ -176,7 +177,6 @@ Reserved Name Prefixes =============== ================================== Prefix Module =============== ================================== -``_lp`` :mod:`loopy` ``_lp_sched`` :mod:`loopy.linearization.checker` =============== ==================================