Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes docs typo #626

Merged
merged 1 commit into from
Jan 11, 2024
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
2 changes: 1 addition & 1 deletion hamilton/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def display_upstream_of(
"""Creates a visualization of the DAG going backwards from the passed in function name(s).

Note: for any "node" visualized, we will also add its parents to the visualization as well, so
there could be more nodes visualized than strictly what is downstream of the passed in function name(s).
there could be more nodes visualized than strictly what is upstream of the passed in function name(s).

:param node_names: names of function(s) that are starting points for traversing the graph.
:param output_file_path: the full URI of path + file name to save the dot file to.
Expand Down