File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tutorials/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ TypeDB 3.7.0 introduces the `analyze` operation. Analyzing a query
9696returns its pipeline structure, along with typing information for the
9797variables in each pattern.
9898
99- A pipeline is made up of `PipelineStage`s, some of which are made of
100- `Conjunction`s.
99+ A pipeline is made up of `PipelineStage` s, some of which are made of
100+ `Conjunction` s.
101101
102102[source,python]
103103----
@@ -288,7 +288,7 @@ image:output_13_0.png[]
288288
289289== Visualising Data
290290
291- TypeDB answers are `ConceptRow`s which map variables in the queries to
291+ TypeDB answers are `ConceptRow` s which map variables in the queries to
292292concepts in the database. It has a similar interface to a python
293293dictionary. If the `include_query_structure` `QueryOption` is set,
294294the pipeline structure will be returned and each row will have shared
You can’t perform that action at this time.
0 commit comments