From da330b3062dae0ee732064688174166028dcb78b Mon Sep 17 00:00:00 2001 From: Dave Bunten Date: Thu, 18 Jan 2024 10:06:36 -0700 Subject: [PATCH] Update docs/source/overview.md Co-authored-by: Gregory Way --- docs/source/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/overview.md b/docs/source/overview.md index ddfb538f..5aacc2e5 100644 --- a/docs/source/overview.md +++ b/docs/source/overview.md @@ -106,7 +106,7 @@ Data source compatibility for CytoTable is focused (but not explicitly limited t ```{eval-rst} * **Manual specification:** CSV data source types may be manually specified by using :code:`convert(..., source_datatype="csv", ...)` (:mod:`convert() `). - * **Preset specification:** CSV data sources from CellProfiler may use the configuration preset :code:`convert(..., preset="in-carta", ...)` (:mod:`convert() `). + * **Preset specification:** CSV data sources from In Carta Image Analysis Software may use the configuration preset :code:`convert(..., preset="in-carta", ...)` (:mod:`convert() `). ``` ## Data Destinations