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

Tutorial: De-duplicate and clarify toml.dump() #370

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

Commits on Jul 5, 2021

  1. Tutorial: De-duplicate and clarify toml.dump()

    The primary purpose of toml.dump() is to write to the file. The returned string is secondary.
    Also toml is great but the tutorial doesn't need the same toml string quite so many times - so omit the print :)
    
    Adding () helps the functions stand out in the text
    lbt authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    a0273ad View commit details
    Browse the repository at this point in the history