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

Update message body content to be easier to edit #5

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

Conversation

tauraamui
Copy link

Since about 2015 apparently, Python has had this concept
of "f" strings, whereby you don't have to concatinate expression
results/values manually between string elements. If you include
a "list" of strings on newlines between ( )'s without commas,
apparently they'll become auto concatinated.

@tauraamui tauraamui force-pushed the chore/improve-structure-of-expression-incl-message branch from d20f57c to a40be90 Compare November 13, 2021 23:54
Since about 2015 apparently, Python has had this concept
of "f" strings, whereby you don't have to concatinate expression
results/values manually between string elements. If you include
a "list" of strings on newlines between ( )'s without commas,
apparently they'll become auto concatinated.
@tauraamui tauraamui force-pushed the chore/improve-structure-of-expression-incl-message branch from a40be90 to 5056866 Compare November 13, 2021 23:55
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