From d8f5cf7012753eba8e4f205d90c854c7a88913b7 Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Fri, 13 Dec 2024 15:35:41 +0100 Subject: [PATCH] Update docs/website/docs/tutorial/load-data-from-an-api.md --- docs/website/docs/tutorial/load-data-from-an-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/tutorial/load-data-from-an-api.md b/docs/website/docs/tutorial/load-data-from-an-api.md index 739d3c3164..73f780ba7a 100644 --- a/docs/website/docs/tutorial/load-data-from-an-api.md +++ b/docs/website/docs/tutorial/load-data-from-an-api.md @@ -72,7 +72,7 @@ Load package 1692364844.460054 is LOADED and contains no failed jobs `dlt` just created a database schema called **mydata** (the `dataset_name`) with a table **users** in it. -### Explore the data in python +### Explore data in Python You can use dlt [datasets](../general-usage/dataset-access/dataset) to easily query the data in pure Python.