Skip to content

Commit 4e171a5

Browse files
committed
Make correction to desc text in API reference
1 parent 8e7980d commit 4e171a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/_quarto.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ quartodoc:
9393
- title: Interrogation and Reporting
9494
desc: >
9595
The validation plan is put into action when `interrogate()` is called. The workflow for
96-
performing a comprehensive validation is then: (1) `Validate()`, (2) <validation steps>,
97-
(3) `interrogate()`. After interrogation of the data, we can view a validation table (by
98-
printing the object or using `get_tabular_report()`), extract key metrics, or split the data
99-
based on the validation results (with `get_sundered_data()`).
96+
performing a comprehensive validation is then: (1) `Validate()`, (2) adding validation
97+
steps, (3) `interrogate()`. After interrogation of the data, we can view a validation report
98+
table (by printing the object or using `get_tabular_report()`), extract key metrics, or we
99+
can split the data based on the validation results (with `get_sundered_data()`).
100100
contents:
101101
- name: Validate.interrogate
102102
- name: Validate.get_data_extracts

0 commit comments

Comments
 (0)