Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Jan 16, 2024
1 parent 29ee711 commit 9cd4131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install dlt
```
Unlike other solutions, with dlt, there's no need to use any backends or containers. Simply import `dlt` in a Python file or a Jupyter Notebook cell, and create a pipeline to load data into any of the [supported destinations](dlt-ecosystem/destinations/). You can load data from any source that produces Python data structures, including APIs, files, databases, and more.

The library will create or update tables, infer data types and handle nested data automatically. Here are a few examples:
The library will create or update tables, infer data types and handle nested data automatically. Here are a few example pipelines:

<Tabs
groupId="source-type"
Expand Down

0 comments on commit 9cd4131

Please sign in to comment.