diff --git a/doc/source/user_guide/expressions.rst b/doc/source/user_guide/expressions.rst index 6507972be9..e4e9b92f54 100644 --- a/doc/source/user_guide/expressions.rst +++ b/doc/source/user_guide/expressions.rst @@ -10,8 +10,8 @@ can be used within a string as follows: * ``abc\*`` collects all required entities with a name starting with abc. * ``\*abc`` collects all required entities with a name ending with abc. * ``\*abc*`` collects all required entities with a name containing abc. -* ``!abc\*`` collects all required entities with a name that is not starting with ab. -* ``\*abc,\*xyz`` ``\*abc \*xyz`` collects all required entities with a name ending with abc or xyz. A comma or a space represents ```OR``. +* ``!abc\*`` collects all required entities with a name that is not starting with abc. +* ``\*abc,\*xyz`` ``\*abc \*xyz`` collects all required entities with a name ending with abc or xyz. A comma or a space represents ``OR``. The following example uses expressions in the :class:`ScopeDefinition ` class. The :attr:`part_expression ` parameter