Skip to content

Commit

Permalink
Fixed minor inconsistencies: prefix gom, spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Jan 31, 2025
1 parent c14de7e commit 6da3ece
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/howtos/python_api_introduction/selecting_elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ elements=gom.ElementSelection (
## Syntax

```{code-block}
ElementSelection (
gom.ElementSelection (
{'category': [
'key', 'elements'
[, 'part', <part_reference>]
Expand All @@ -282,19 +282,19 @@ ElementSelection (
]}
)
gom.ElementSelection(
gom.ElementSelection (
<element>, {'attachment_group': [None, 'criterias']}
)
gom.ElementSelection(
gom.ElementSelection (
<element>, {'view': 'section_view'}
)
gom.ElementSelection(
gom.ElementSelection (
{'category': ['key', 'related' | 'depends_on' | 'required_for' | ... ]}
)
ElementSelection (
gom.ElementSelection (
{'category': [...]},
filter = {['inverse': True,] 'param': <name>, 'type': 'by_name' } |
{['inverse': True,] 'param': <keyword>, 'type': 'by_keyword' } |
Expand Down

0 comments on commit 6da3ece

Please sign in to comment.