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 annotation for file_name in read_document function #2524

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

geeekfa
Copy link

@geeekfa geeekfa commented Nov 25, 2024

The current annotation states "File path to save the document." which implies that the function saves data to the file. However, read_document is only used to read the contents of the file, not save to it. This PR changes the annotation to "File path to read the document." to more accurately describe the parameter’s purpose.

The current annotation states "File path to save the document." which implies that the function saves data to the file. However, read_document is only used to read the contents of the file, not save to it. This PR changes the annotation to "File path to read the document." to more accurately describe the parameter’s purpose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant