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 _default/index.html #888

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Update _default/index.html #888

merged 1 commit into from
Jul 7, 2024

Conversation

nicozanf
Copy link
Collaborator

@nicozanf nicozanf commented Jul 7, 2024

Mainly typos.
Also changes to using f-strings which is more user friendly than .format syntax

i.e. message = "Hello {first_name}".format(**user) --> message = f"Hello {user['first_name']}"

Mainly typos.
Also changes to using f-strings which is more user friendly than .format syntax 

i.e. message = "Hello {first_name}".format(**user)
--> message = f"Hello {user['first_name']}"
@nicozanf nicozanf requested a review from mdipierro July 7, 2024 16:16
@mdipierro mdipierro merged commit 17d52c6 into master Jul 7, 2024
5 checks passed
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