-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Error in example of tempfile
module
#111282
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
Comments
Hello, I'm an undergraduate computer science student and I'm eager to make a first contribution to GitHub. Would you be willing to offer some guidance to help me through this issue? Thanks! |
Hello @DavidCoy77. It's cool you are eager to contribute, however there is already a PR with fix for this issue. |
Oops! Sorry, that's my fault for not noticing. |
(cherry picked from commit 102685c) Co-authored-by: Krzysiek Karbowiak <[email protected]>
…-111579) (cherry picked from commit 102685c) Co-authored-by: Krzysiek Karbowiak <[email protected]>
Thanks for the report and patch, @kkarbowiak! |
Documentation
The third example in Examples section of
tempfile
module shows creatingTemporaryFile
withdelete_on_close
parameter, however the parameter is present only inNamedTemporaryFile
class. Also, a colon is missing several lines below.The Examples in 3.12 version is the same, so both 3.13 and 3.12 versions are affected.
Linked PRs
The text was updated successfully, but these errors were encountered: