-
Notifications
You must be signed in to change notification settings - Fork 4.2k
add popleft() entry #7774
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 popleft() entry #7774
Conversation
Good morning/afternoon/evening, thank you very much for assigning me to this issue and for reviewing. Please let me know if/what changes you need me to make. |
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.
Looks good for a 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.
LGTM 🚀
👋 @LasVegas98 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/python/deque/popleft Please note it may take a little while for changes to become visible. |
##Description
Added a new entry for the popleft() method under the deque module in Python.
This entry provides a description of the method, its syntax, an example demonstrating its use, and a runnable Codebyte example.
The goal is to improve Python deque documentation by covering all major methods.
Issue Solved
Closes #7748
Type of Change
Checklist
main
branch.Issues Solved
section.