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

Add a missing space #2590

Merged
merged 1 commit into from Nov 6, 2021
Merged

Add a missing space #2590

merged 1 commit into from Nov 6, 2021

Conversation

LordOfPolls
Copy link
Contributor

Description

Nice and simple change, a space was missing which was causing some ugly text:

Original:
DEPRECATION: Python 2 support will be removed in the first stable releaseexpected in January 2022
Now:
DEPRECATION: Python 2 support will be removed in the first stable release expected in January 2022

Checklist - did you ...

  • Add a CHANGELOG entry if necessary?
  • Add / update tests if necessary?
  • Add new / update outdated documentation?

`DEPRECATION: Python 2 support will be removed in the first stable releaseexpected in January 2022` - > `DEPRECATION: Python 2 support will be removed in the first stable release expected in January 2022`
@felix-hilden felix-hilden added the skip news Pull requests that don't need a changelog entry. label Nov 5, 2021
@felix-hilden
Copy link
Collaborator

A welcome quick fix for sure, thanks for submitting! I think the draft mode is unnecessary with a change this small.

@LordOfPolls LordOfPolls marked this pull request as ready for review November 5, 2021 12:14
Copy link
Collaborator

@JelleZijlstra JelleZijlstra left a comment

Choose a reason for hiding this comment

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

Thanks!

@JelleZijlstra
Copy link
Collaborator

The CI failures look unrelated.

@ichard26
Copy link
Collaborator

ichard26 commented Nov 6, 2021

Yea.. tests is definitely not related and while I'm not sure what's up with primer it can't possibly be related to this change :)

@ichard26 ichard26 merged commit f80f497 into psf:main Nov 6, 2021
@ichard26
Copy link
Collaborator

ichard26 commented Nov 6, 2021

Thank you so much for your contribution! I realized this (very) dumb mistake after my deprecation PR was merged, it's great to see it fixed :D This project is only possible by contributions like these 🖤. You're awesome, @LordOfPolls. If you got any feedback on your experience contributing here please let me know via #2238. Have a wonderful day/night!

JelleZijlstra pushed a commit that referenced this pull request Nov 16, 2021
`DEPRECATION: Python 2 support will be removed in the first stable releaseexpected in January 2022` - > `DEPRECATION: Python 2 support will be removed in the first stable release expected in January 2022`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news Pull requests that don't need a changelog entry.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants