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

Correct Python module vs package reference in code locations docs #22522

Merged
merged 2 commits into from
Sep 28, 2024

Conversation

tiberiuana
Copy link
Contributor

@tiberiuana tiberiuana commented Jun 13, 2024

Summary & Motivation

Fix small terminology mistake in docs: Python modules vs packages.
A Python module is a file. Only a package can contain an __init__.py file.

A Python module _is_ a file. Only a package can contain an __init__.py file.
Copy link

vercel bot commented Jun 13, 2024

@tiberiuana is attempting to deploy a commit to the Elementl Team on Vercel.

A member of the Team first needs to authorize it.

@graphite-app graphite-app bot added the area: docs Related to documentation in general label Jun 13, 2024
Copy link

graphite-app bot commented Sep 28, 2024

Graphite Automations

"Label and add CE on all Docs" took an action on this PR • (09/28/24)

3 reviewers were added to this PR based on Pedram Navid's automation.

@PedramNavid PedramNavid changed the title Correct Python module vs package reference in code locations docs lg Sep 28, 2024
@PedramNavid PedramNavid changed the title lg Correct Python module vs package reference in code locations docs Sep 28, 2024
Copy link
Contributor

@PedramNavid PedramNavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tiberiuana !

@PedramNavid PedramNavid merged commit 1a31a1f into dagster-io:master Sep 28, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Related to documentation in general
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants