From 0cc7929bc75206ca3bdf036431fe38fbae2c85c7 Mon Sep 17 00:00:00 2001 From: Brent Huisman <brenthuisman@users.noreply.github.com> Date: Tue, 17 Nov 2020 13:57:01 +0100 Subject: [PATCH] Remove an incorrect label documentation (#1241) Fixes #1230 --- doc/concepts/labels.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/concepts/labels.rst b/doc/concepts/labels.rst index 12619b58..34b9c4b5 100644 --- a/doc/concepts/labels.rst +++ b/doc/concepts/labels.rst @@ -111,7 +111,6 @@ Examples of expressions that define regions include: * ``(tag 1)``: all segments with tag 1. * ``(branch 2)``: branch 2. * ``(region "soma")``: the region with the label "soma". -* ``"soma"``: a shortcut for the region with the label "soma". Examples of expressions that define locsets include: -- GitLab