realpython / materials

Bonus materials, exercises, and example projects for our Python tutorials
https://realpython.com
MIT License
4.77k stars 5.3k forks source link

Sample code for the article on string formatting tools #572

Closed lpozo closed 4 days ago

lpozo commented 3 weeks ago

Where to put new files:

How to merge your changes:

  1. Make sure the CI code style tests all pass (+ run the automatic code formatter if necessary).
  2. Find an RP Team member on Slack and ask them to review & approve your PR.
  3. Once the PR has one positive ("approved") review, GitHub lets you merge the PR.
  4. 🎉
lpozo commented 1 week ago

@gahjelle Hey! I did the updates. Thanks for your feedback.