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

Fix variable name in comment in getting_started.rst #15587

Merged

Conversation

fedepad
Copy link
Contributor

@fedepad fedepad commented Jul 4, 2023

This PR fixes a word within a code block of the Getting Started/Types from libraries documentation.
In particular, the variable name file_path is used instead of the correct template_path.
This commit fixes that and it replaces file_path with template_path.

This PR doesn't change the behaviour of mypy code since it involves just a word change in the documentation, so no tests are provided and it is expected that current working code works as usual, given the change made by this PR.

In a code example within Getting Started/Types from libraries in the documentation,
the variable name file_path is used instead of the correct template_path.
This commit fixes that and replace file_path with template_path.
@JelleZijlstra JelleZijlstra merged commit cb0a446 into python:master Jul 4, 2023
1 check passed
@JelleZijlstra
Copy link
Member

Thank you!

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.

2 participants