-
Notifications
You must be signed in to change notification settings - Fork 4.3k
[New Term] Python Built-in Functions: help()
#1486
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
Conversation
|
Amazing! Thank you for submitting this, @alenn97 🎉 Either myself or one of my colleagues will step fourth to perform a review for this PR. After at least 2 reviews have been approved, we should be ready to merge this. One last piece of advice I'd like to offer regarding your Docs fork: Since new changes are constantly being merged into the Before starting a new PR branch for next entry, you'll need to make sure this is caught up on GitHub, like so: Then, on your terminal, go back to your |
help()
|
Thank you. |
SSwiniarski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alenn97 I did a first review and only had a couple of comments.
SSwiniarski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alenn97 aside from a couple of comments about spacing, this looks ready for a second review.
|
|
||
| ```py | ||
| help(print) | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There need to be line breaks before and after code blocks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I commit a new version with the correct spacing right now or do I have to wait for the second review?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alenn97 Go ahead and commit a new version.
| ```py | ||
| help() | ||
| ``` | ||
| Which returns as output: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There need to be line breaks before and after code blocks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alenn97 after applying these line breaks, I would then suggest we switch the two examples in this "Example" section. So, the first example should be help() + start screen, followed by help(print) + documentation results.
|
@alenn97 I'm going to take a look for review 2️⃣ 😄 |
Dusch4593
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alenn97 left you some comments/suggestions for review 2️⃣
Let us know if you have any questions or need any assistance with implementing the feedback. 😄
| ```py | ||
| help() | ||
| ``` | ||
| Which returns as output: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alenn97 after applying these line breaks, I would then suggest we switch the two examples in this "Example" section. So, the first example should be help() + start screen, followed by help(print) + documentation results.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
👋 @alenn97 |
|
Congratulations and thank you so much for contributing to Codecademy Docs, @alenn97! 🎊 🥳 🎉 I'm super proud of you for sticking through the whole process, from the repo setup to PR and reviews! The new entry should now be live: https://www.codecademy.com/resources/docs/python/built-in-functions/help Looking forward to your next Docs contribution! 😄 |



Description
Type of Change
Checklist
mainbranch.