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

Changed to the f' format (#377) #396

Merged
merged 2 commits into from
Dec 27, 2020

Conversation

AnnaDinaburgVulikh
Copy link
Contributor

No description provided.

@@ -389,9 +389,9 @@ <h3><b>Formatting</b></h3>
<pre><code data-trim data-noescape class="hljs lang-python">
>>> name = 'Tom'
>>> family_name = 'Sawyer'
>>> print('Hello %s!' % name)
>>> print(f'Hello {}!')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be? : print(f'Hello {name}!')

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the statement.

@shiramax
Copy link
Collaborator

shiramax commented Nov 8, 2020

Please don't merge this one until the end of this cycle of rose.

@shiramax shiramax changed the title Changed to the f' format (#377) [Don't merge!]Changed to the f' format (#377) Nov 8, 2020
@shiramax shiramax changed the title [Don't merge!]Changed to the f' format (#377) Changed to the f' format (#377) Dec 27, 2020
@shiramax shiramax merged commit 5793968 into RedHat-Israel:master Dec 27, 2020
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.

None yet

3 participants