Skip to content

Commit

Permalink
fix: fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielleberanger committed Mar 9, 2021
1 parent f8ce5f3 commit 52352b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Official documentation is available [here](https://artefactory.github.io/nautilu

## Philosophy

The application is composed of **3 main components** (*implemented as Python classes*). When combined, these components act as an EL(T) pipeline, allowing you to stream data from a source to the destination of your choice:
The application is composed of **3 main components** (*implemented as Python classes*). When combined, these components act as an E(T)L pipeline, allowing you to stream data from a source to the destination of your choice:

- [Readers](nck/readers) are reading data from an API source, and transform it into a stream object.
- [Streams](nck/streams) (*transparent to the end-user*) are local objects used by writers to process individual records collected from the source.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ As of now, the most common output format of data loaded by the application is .n
Philosophy
==========

The application is composed of **3 main components** (*implemented as Python classes*). When combined, these components act as an EL(T) pipeline, allowing you to stream data from a source to the destination of your choice:
The application is composed of **3 main components** (*implemented as Python classes*). When combined, these components act as an E(T)L pipeline, allowing you to stream data from a source to the destination of your choice:

- :ref:`readers:Readers` are reading data from an API source, and transform it into a stream object.
- :ref:`streams:Streams` (*transparent to the end-user*) are local objects used by writers to process individual records collected from the source.
Expand Down

0 comments on commit 52352b1

Please sign in to comment.