Skip to content

[3.7] bpo-32262: Fix typo in f-string (GH-7016)#7018

Merged
tiran merged 1 commit into
python:3.7from
miss-islington:backport-d361e99-3.7
May 20, 2018
Merged

[3.7] bpo-32262: Fix typo in f-string (GH-7016)#7018
tiran merged 1 commit into
python:3.7from
miss-islington:backport-d361e99-3.7

Conversation

@miss-islington

Copy link
Copy Markdown
Contributor

Fix typo from commit 6370f34

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue32262

(cherry picked from commit d361e99)

Co-authored-by: Christian Heimes christian@python.org

Fix typo from commit 6370f34

Signed-off-by: Christian Heimes <christian@python.org>

<!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.

GH- Pull Request title

It should be in the following format:

```
bpo-NNNN: Summary of the changes made
```

Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.

Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.

GH- Backport Pull Request title

If this is a backport PR (PR made against branches other than `master`),
please ensure that the PR title is in the following format:

```
[X.Y] <title from the original PR> (GH-NNNN)
```

Where: [X.Y] is the branch name, e.g. [3.6].

GH-NNNN refers to the PR number from `master`.

-->

<!-- issue-number: bpo-32262 -->
https://bugs.python.org/issue32262
<!-- /issue-number -->
(cherry picked from commit d361e99)

Co-authored-by: Christian Heimes <christian@python.org>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@tiran: Backport status check is done, and it's a success ✅ .

@tiran tiran merged commit b85115e into python:3.7 May 20, 2018
@miss-islington

Copy link
Copy Markdown
Contributor Author

Thanks, @tiran!

@miss-islington miss-islington deleted the backport-d361e99-3.7 branch May 20, 2018 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants