Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/concepts/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ Before we dive into the concepts, let's clarify the terminology we'll be using:
many (using function modifiers). See :doc:`node`.
* - Module |
Python module
- Python code organized into a ``.py`` file. exte function written by a user to create a
single node (in the standard case) or many (using function modifiers). See :doc:`node`.
- Python code organized into a ``.py`` file. These are natural groupings of functions that turn to a set of nodes. See [code organization](https://hamilton.dagworks.io/en/latest/concepts/best-practices/code-organization/#code-organization) for more details.
* - Driver |
Hamilton Driver
- An object that loads Python modules to build a dataflow. It is responsible for visualizing and executing the \
Expand Down