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

Fixed the empty spaces of '# type:' #4152

Conversation

gawandeabhishek
Copy link

Fixes #2097

Description

I have added the join and split methods so that the split method breaks up the string into a list by separating it with spaces, and then the join method joins the list back into one string with a single space between each word.

@JelleZijlstra
Copy link
Collaborator

Thanks, but this is not correct. (it would check only for # t y p e : or something like that.)

@gawandeabhishek
Copy link
Author

Hi @JelleZijlstra , I am a first-year student. I want to participate in Google Summer of Code (GSoC) and contribute to the Python Software Foundation (PSF). I am familiar with the MERN stack, HTML, CSS, JavaScript, and C++. I am currently learning Data Structures and Algorithms (DSA) in Java. Recently, I acquired knowledge in Python, Docker, and I am eager to start contributing to PSF. However, I am facing some confusion on how to run the code locally. In web development, I use Node.js to run websites on my local machine. I have also read the documentation (md) but I am still unclear on the process. Additionally, despite learning Python, I am struggling to solve any of the issues. Could you please guide me on what I should learn to become capable of contributing to PSF without making mistakes?

@gawandeabhishek gawandeabhishek deleted the gawandeabhishek/fix-#2097-whitespace branch January 25, 2024 14:00
@Pedro-Muller29 Pedro-Muller29 mentioned this pull request Sep 27, 2024
3 tasks
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.

is_type_comment() is wrong
2 participants